Instagram API Request Limit Max 200 only? (2018 Ap

2019-09-19 23:14发布

问题:

This question already has an answer here:

  • Did Instagram change API rate limits on Mar 30, 2018? 5 answers

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.