Instagram API real-time limit

佐手、 提交于 2019-12-06 02:49:07

问题


We would like to monitor a large area through the real-time API on Instagram. But unfortunately we quickly hit the max. 30 subscriptions roof. This will limit us to a 30 x 5 km radius area to monitor.

Any thoughts on how to monitor larger areas or have you heard of people getting a higher rate limit?


回答1:


To monitor larger area, you can try to subscribe to location, instead of geography which is based on geolocation coordinates.

Steps could be as following:

  1. easiest way to get the location, is to check its Foursquare id (this one for Hong Kong Airport),

  2. map it to Instagram object_id (use Instagram API Console),

  3. subscribe to this location using the object_id you just fetched (check Location Subscription paragraph here

EDIT: Regarding monitoring larger area - I'm using cluster of the accounts, and subscribing to set of locations, to not reach the limit. Works fine for couple months already.



来源:https://stackoverflow.com/questions/14065950/instagram-api-real-time-limit

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