Instagram GET / locations / search返回400错误

时间:2014-08-27 10:46:59

标签: instagram

每次调用GET / locations / search API端点时,总是会返回错误

{
  "meta": {
    "error_type": "APIError",
    "code": 400,
  "error_message": "Endpoint temporarily unavailable; please retry shortly"
  }
}

请求示例:

  

https://api.instagram.com/v1/locations/search?lat=48.858844&lng=2.294351&client_id=CLIENT_ID

     

https://api.instagram.com/v1/locations/search?FOURSQUARE_V2_ID=4ac518b6f964a5201ea120e3&client_id=CLIENT_ID

如果我使用“access_token”,则回​​复相同。

显然,我使用了正确的CLIENT_ID和ACCESS_TOKEN。

我已尝试过不同的帐户,但它会不断为我返回400 APIError。

所有其他API端点对我来说都很好。

感谢。

1 个答案:

答案 0 :(得分:1)

过去48小时内,许多(所有?)客户端一直在该端点上收到该错误。它不仅仅是你。

Sentry dashboard screenshot

See this other Stackoverflow question regarding this outage