【问题标题】:Instagram Api Get List of All not following back usersInstagram Api 获取所有未关注用户的列表
【发布时间】:2015-05-31 00:43:19
【问题描述】:

我正在尝试使用 Instagram Api 获取所有未跟进的用户的列表。 为了获得所有关注者,我调用了 Api:

https://api.instagram.com/v1/users/{user-id}/followed-by?access_token=ACCESS-TOKEN

然后在循环中使用 next_url 来获取它们。 为了检查谁没有跟进,我使用

https://api.instagram.com/v1/users/{user-id}/relationship?access_token=ACCESS-TOKEN

表示与其他用户的关系。

当有人拥有超过几千个关注者时会出现问题,因为我的通话次数超过了 5000 次通话/1 小时的限制。您还有其他想法如何获得不关注用户的列表吗?

【问题讨论】:

    标签: instagram instagram-api


    【解决方案1】:

    您可能会同时获得followed-byfollows 用户列表并自己比较这些集合。

    https://api.instagram.com/v1/users/{user-id}/follows?access_token=ACCESS-TOKEN

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-09-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多