crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

Followed-by count #46

Open fabf98dev opened 10 years ago

fabf98dev commented 10 years ago

How can I get the count of all the followers of a user?

gouravgupta72 commented 10 years ago

You can use followed by query for this https://api.instagram.com/v1/users/3/followed-by?access_token=ACCESS-TOKEN

it will gives you the detail of all user those are followed by you.

Check this link for more http://instagram.com/developer/endpoints/relationships/