我已經整合了Instagram提供的用於獲取我的關注者列表的最新API。我怎樣才能獲取我的追隨者的追隨者名單。 Instagram API是否可以訪問這些信息?如何使用Instagram API獲取我的關注者的關注者列表
2
A
回答
2
只有Instagram API 只有允許獲得您的追隨者/以下數據。您必須使用follower_list
權限範圍進行身份驗證才能訪問此權限。
在2016年6月1日之前,您可以獲得任何用戶的關注者/關注列表,不幸的是,官方Instagram API不再支持此功能。
+0
好的感謝這個信息@krisrak –
+0
任何解決方法? –
相關問題
- 1. Instagram API獲取關注者列表
- 2. Instagram API - 獲取我帳戶的關注者列表
- 3. 提取Instagram關注者/關注數據
- 4. 取回取消關注者Instagram api swift
- 5. 如何通過Android API中的Instagram API獲取建議的關注者列表
- 6. Twitter API - 獲取關注者的關注者數量
- 7. 如何在Instagram API中獲取用戶關注者?
- 8. 獲取關注者數量Instagram
- 9. 使用Instagram API獲取所有關注者
- 10. 我如何關注&取消關注使用Instagram API的Instagram用戶
- 11. 使用Instagram API在Instagram中獲取用戶的關注者數量
- 12. Instagram關注者數據
- 13. 獲取Twitter關注者和關注ios7
- 14. 如何通過在PHP中使用API獲取instagram新的關注者?
- 15. 使用PHP和Twitter REST API獲取關注者列表
- 16. Facebook API:如何獲得Facebook用戶的關注者列表
- 17. 如何從Google Data API for Blogger獲取關注者列表?
- 18. 將狀態/關注者twitter api從「保護我的Tweets」帳戶獲取關注者列表?
- 19. Ruby:Twitter API:獲取所有關注者
- 20. Zend_service_twitter和關注者列表
- 21. Mongoose關注/關注者
- 22. 無法使用Fabric Android獲取Twitter的關注者列表Android
- 23. Twitter API與node.js,獲取關注者列表
- 24. MYSQL關注者系統:爲關注者建立索引表
- 25. 如何獲得我的關注者列表
- 26. 從iOS的twitter帳戶獲取關注者和關注
- 27. 獲取藝術家在Spotify上關注的關注者數量
- 28. Tumblr API關注者總數
- 29. 使用Twitter的REST API獲取Twitter關注者
- 30. TweetSharp獲得關注者數
快速谷歌搜索表明它是'https://api.instagram.com/v1/users/self/followed-by?access_token = ACCESS-TOKEN' - 根據https://www.instagram.com/developer/endpoints/relationships /#get_users_follows – hanshenrik
我認爲@hanshenrik可能意味着'https://api.instagram.com/v1/users/{user-id}/followed-by?access_t oken = ACCESS-TOKEN', id是我的追隨者列表中的追隨者ID。 – danh
@danh雅我已經使用這個api爲我的用戶ID,它給予追隨者,但對於我的追隨者用戶ID,它給予不好的訪問權限。 –