Instagram real-time API gets very few updates

筅森魡賤 提交于 2019-11-29 04:48:13

Had some communication recently with a contact at Instagram and he mentioned that Instagram's real-time functionality will be limited to only user subscriptions in the future.

Apps created before November 17, 2015 will continue to receive updates but are being sampled because of the load they are experiencing and the fact that the architecture used for this does not scale well. He also mentioned that, as a result, real-time subscriptions will be deprecated for Tags, Locations and Geographies.

The developer guides also have some information regarding this:

OLD: https://www.instagram.com/developer/deprecated/realtime/

NEW: https://www.instagram.com/developer/subscriptions/

I am using https://api.instagram.com/v1/users/self/feed?access_token=AccessToken&count=100 to get my feeds.

You might be missing count in your api or let me know which api you are using

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