Reputation: 963
I have integrated latest API provided by Instagram for fetching my follower list. How can I fetch the list of followers of my follower. Does the Instagram API provide access to such information ?
Upvotes: 2
Views: 2111
Reputation: 12952
Instagram API only allows getting your followers/following data. You have to authenticate using follower_list
permission scope to access this.
Before June 1st 2016, you were able to get any user's followers/following list, unfortunately this is no longer supported in the official Instagram API.
Upvotes: 3