Instagram Rate Limit

老子叫甜甜 提交于 2020-08-26 04:51:42

问题


Are the endpoint-specific rate limits per access token, or for app period. Lets say I have 100 users of the app, (100 different access tokens) that make a relationship post request, is that not going to work? Or is it 60 requests max per user of the app, and no more than 5000 total requests from the app every hour..


回答1:


Each user can make total of 5000/hr API calls, POST API calls have different limits like relationship POST call has 60/hr. There is no limit for the app, each access_token (user) has a limit.

Update: As jhm pointed out, this limit has been reduced from 5000/hr to 200/hr as of April 1, 2018.




回答2:


As per the April 1st 2018, the rate limit has been significantly reduced - from 5000 to 200 pr hour pr user:

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



来源:https://stackoverflow.com/questions/45291101/instagram-rate-limit

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