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.