Instagram Api 获取所有未关注用户的列表

Posted

技术标签:

【中文标题】Instagram Api 获取所有未关注用户的列表【英文标题】:Instagram Api Get List of All not following back users 【发布时间】: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 小时的限制。您还有其他想法如何获得不关注用户的列表吗?

【问题讨论】:

【参考方案1】:

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

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

【讨论】:

以上是关于Instagram Api 获取所有未关注用户的列表的主要内容,如果未能解决你的问题,请参考以下文章

Instagram API 关注者列表导出

Instagram API“关系”权限未授予

Instagram Graph API,获取关注者的关注者

如何在没有 instagram API 的情况下从 instagram 获取公共用户的所有帖子

获取 Instagram 关注者数量

instagram api 获取所有喜欢计数