Increase 350 Request Limit for Instagram API

不羁岁月 提交于 2019-12-04 04:26:38
krisrak

5000 is total number of API requests(any instagram APIs) you can make per hour using a access_token, however certain APIs like Commenting, follow/unfollow, liking have its own limit of 350 or something to limit spam. 5000 limit is for total API calls per hour (recent photo api + search APIs + like API +...)

See the official documentation API End User Limit for more details.

The 5000 per hour limit refers to authenticated requests, ie: those which use an access_token. Since you're not using an access token, you're limited to fewer requests per hour. From their documentation:

You are limited to 5000 requests per hour per access_token or client_id overall. Practically, this means you should (when possible) authenticate users so that limits are well outside the reach of a given user

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