每次调用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
如果我使用“access_token”,则回复相同。
显然,我使用了正确的CLIENT_ID和ACCESS_TOKEN。
我已尝试过不同的帐户,但它会不断为我返回400 APIError。
所有其他API端点对我来说都很好。
感谢。
答案 0 :(得分:1)