Search code examples
iosobjective-ciphoneinstagraminstagram-api

How to fetch my follower's followers list using Instagram API


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 ?


Solution

  • 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.