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

烈酒焚心 提交于 2019-11-27 09:22:15

Yes It is, Although no official communication. I also experienced that. 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.

Update:-

Further on 4th April few more APIs deprecated by Instagram.

https://www.instagram.com/developer/changelog/

Some perspective:

This 200 per hour call has been in the Graph API documentation for at least a month (according to wayback machine).

Facebook must have panicked over the weekend and pressed the "require Graph API permissions" button, thus our current situation. :\

Yes,

The limit has been reduced.

Here are some reference links for detailed documentation:

Instagram API limit reduced to 200 from 5000

https://techcrunch.com/2018/04/02/instagram-api-limit/

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

Hope it helps

Thanks

Here's our answer: https://www.instagram.com/developer/changelog/

The API deprecated immediately. So really the limits probably don't matter that much anymore. I really don't see myself building another app based on their API...

Here is The New Instagram's Public Api Update , unfortunately Limit rates are worthless for some Features in Instagram . April 4, 2018

The following endpoints are deprecated immediately:
Follows and Relationships
GET /users/self/follows
GET /users/self/followed-by
GET /users/self/requested-by
GET /users/{user-id}/relationship
POST /users/{user-id}/relationship
Commenting on Public Content
GET /media/{media-id}/comments (Deprecation not relevant when fetching comments for self media)
POST /media/{media-id}/comments
DEL /media/{media-id}/comments/comment-id
Media
GET /media/{media-id}
GET /media/shortcode/{shortcode}
Likes
GET /media/{media-id}/likes
POST /media/{media-id}/likes
DEL /media/{media-id}/likes
User Search
GET /users/{user-id}
GET /users/{user-id}/media/recent
GET /users/self/media/liked
GET /users/search
Subscriptions - to receive notifications when media is posted
Some information on Public Content returned through hashtag and location search will be removed - Name, Bio, Comments, Commenters, Follower Count, Following Count, Post Count, and Profile Picture
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!