首页 文章

Instagram GET / locations / search返回400错误

提问于
浏览
1

每次我调用GET / locations / search API endpoints 总是会给我一个错误

{
  "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 endpoints 对我来说都很好 .

谢谢 .

1 回答

相关问题