Instagram API Locations Endpoint

爱⌒轻易说出口 提交于 2019-12-11 02:35:14

问题


I'm trying to access the Instagram API location endpoint with the below call, but keep getting the error further below:

https://api.instagram.com/v1/locations/search/?lat=40.758895&lng=-73.985131&access_token=MY-ACCESS-TOKEN

error:

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

This has been consistent for the last 12+ hours. Is the Instagram API truly this unreliable or am I missing something? (Note: this is the lat/lon for Times Square, so I would expect locations to show up)


回答1:


Yes, there is a problem currently affecting Instagram's API servers. First seen by my servers 20 hours ago.



来源:https://stackoverflow.com/questions/25509308/instagram-api-locations-endpoint

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!