Instagram 实时 API 更新很少
Instagram real-time API gets very few updates
我一直在使用 instagram 的实时推送 api (http://instagram.com/developer/realtime/) for a long time to get updates on a specific location. I use the highest possible value for "radius", which is 5000m . For the last 4 weeks, I have noticed that I received significantly less updates through the API (but not zero). Other applications seem to have the same issue, like http://now.jit.su/ 。我还在 instagram 上提交了一个错误报告,但没有得到答复。
我的问题是:
- API 有什么变化吗?
- 应用程序有什么变化吗(这样不是每张照片都会被发布)?
- 还有其他人遇到这个问题吗?
- 有什么我可以尝试让它重新工作的吗?
我知道这不是一个完美的 SO 问题,但我无法在 google 上挖掘任何东西,instagram 开发者页面直接在这里寻求支持。非常感谢任何帮助。
我正在使用 https://api.instagram.com/v1/users/self/feed?access_token=AccessToken&count=100 获取我的 Feed。
您的 api 中可能缺少计数,或者让我知道您正在使用哪个 api
最近与 Instagram 的联系人进行了一些交流,他提到 Instagram 的 real-time 功能将来仅限于用户订阅。
2015 年 11 月 17 日之前创建的应用程序将继续接收更新,但由于它们正在经历的负载以及用于此的架构不能很好地扩展这一事实而被抽样。他还提到,因此,real-time 标签、位置和地理位置的订阅将被弃用。
开发人员指南也有一些与此相关的信息:
我一直在使用 instagram 的实时推送 api (http://instagram.com/developer/realtime/) for a long time to get updates on a specific location. I use the highest possible value for "radius", which is 5000m . For the last 4 weeks, I have noticed that I received significantly less updates through the API (but not zero). Other applications seem to have the same issue, like http://now.jit.su/ 。我还在 instagram 上提交了一个错误报告,但没有得到答复。
我的问题是: - API 有什么变化吗? - 应用程序有什么变化吗(这样不是每张照片都会被发布)? - 还有其他人遇到这个问题吗? - 有什么我可以尝试让它重新工作的吗?
我知道这不是一个完美的 SO 问题,但我无法在 google 上挖掘任何东西,instagram 开发者页面直接在这里寻求支持。非常感谢任何帮助。
我正在使用 https://api.instagram.com/v1/users/self/feed?access_token=AccessToken&count=100 获取我的 Feed。
您的 api 中可能缺少计数,或者让我知道您正在使用哪个 api
最近与 Instagram 的联系人进行了一些交流,他提到 Instagram 的 real-time 功能将来仅限于用户订阅。
2015 年 11 月 17 日之前创建的应用程序将继续接收更新,但由于它们正在经历的负载以及用于此的架构不能很好地扩展这一事实而被抽样。他还提到,因此,real-time 标签、位置和地理位置的订阅将被弃用。
开发人员指南也有一些与此相关的信息: