Instagram API Request Limit Max 200 only? (2018 April) [duplicate]

☆樱花仙子☆ 提交于 2019-12-12 06:49:24

问题


Anyone know the limit request for the Instagram API Token? Since Mar 30, the IG is not showing the posts from IG. As I have more than 20 sites using the same API request.

This is the error given by the API url:

{
  "error_type": "OAuthRateLimitException",
  "code": 429,
  "error_message": "You have exceeded the maximum number of requests per hour. You have performed a total of 216 requests in the last hour. Our general maximum limit is set at 200 requests per hour."
}

Kindly let me know if anyone has fixed this issue.


回答1:


It used to 5000 request per user per hour, but suddenly instagram changed this limit to 200 request per hour per user.

Although no official communication. I found this in their documentation.

The Instagram API uses the same rate limiting as the Graph API (200 calls per user per hour) with one exception: the /media/comments edge limits writes to 60 writes per user per hour. Please refer to the Graph API's rate limiting documentation for more information.

https://developers.facebook.com/docs/instagram-api/overview/#rate-limiting

https://techcrunch.com/2018/04/02/instagram-api-limit/

Hope this will be helpful.



来源:https://stackoverflow.com/questions/49606300/instagram-api-request-limit-max-200-only-2018-april

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