任何人都知道Instagram API令牌的限制请求?自3月30日以来,IG没有展示IG的帖子。因为我有超过20个站点使用相同的API请求。
这是API网址提供的错误:
{
"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."
}
如果有人解决了这个问题,请告诉我。
答案 0 :(得分:1)
每小时每小时用户请求5000次,但很快Instagram将此限制更改为每位用户每小时200次请求。
虽然没有官方沟通。我在他们的文档中找到了这个。
Instagram API使用与Graph API相同的速率限制(每小时每用户200次调用),但有一个例外:/ media / comments边界限制写入每用户每小时60次写入。有关更多信息,请参阅Graph API的速率限制文档。
https://developers.facebook.com/docs/instagram-api/overview/#rate-limiting
https://techcrunch.com/2018/04/02/instagram-api-limit/
希望这会有所帮助。