【发布时间】:2014-08-27 05:29:22
【问题描述】:
我尝试了来自 instagram API 控制台 (http://instagram.com/developer/api-console/) 的请求。我使用location search 方法,但在过去 48 小时内出现 API 错误。
{
"meta": {
"error_type": "APIError",
"code": 400,
"error_message": "Endpoint temporarily unavailable; please retry shortly"
}
}
我想问:我做错了请求还是这是 Instagram 内部错误?
请求示例:https://api.instagram.com/v1/locations/search?lat=73.987&lng=40.756&distance=1000
【问题讨论】:
-
似乎是 IG 正在做的事情stackoverflow.com/questions/25510343/…
-
@noobsmcgoobs 谢谢!太可怕了! :(