问题描述
我们想监视通过Instagram的实时API的大面积。但不幸的是,我们赶紧打了最大。 30订阅屋顶。这将限制我们一个30×5公里半径区域进行监控。
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?
推荐答案
要监视范围较大,可以尝试订阅的位置,而不是它是基于地理定位的地理坐标。
To monitor larger area, you can try to subscribe to location, instead of geography which is based on geolocation coordinates.
步骤可能是如下:
-
要获得位置最简单的方法,就是要检查其Foursquare的ID(这一个香港机场)
图它的Instagram OBJECT_ID(使用),
map it to Instagram object_id (use Instagram API Console),
使用OBJECT_ID你只是牵强订阅此位置
(点击此处位置认购
subscribe to this location using the object_id you just fetched(check Location Subscription paragraph here
编辑:
关于监控更大的区域 - 我使用的账户群集,并订阅设置的位置,以没有达到上限。对于几个月已经正常工作。
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.
这篇关于Instagram的API实时限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!