I am trying to extract friends list of a profile. I tried looking for the help and only thing I got is, "/me/friends"
but this call has a limitation. This will only return any friends who have used (via Facebook Login) the app making the request.
I wanted to have the list of all the friends in my profile.
Asked
Active
Viewed 819 times
-1

Bhupesh Pant
- 4,053
- 5
- 45
- 70
1 Answers
3
That´s how it works, you can´t get the full friendlist anymore. See the changelog for more information: https://developers.facebook.com/docs/apps/changelog
You can only get the friends who authorized your App too, for privacy reasons.
There are also plenty of other threads about that question already, for example:
-
thanks! Actually I am a stackoverflow guy and a cpp developer so bit unaware about these basic stuff – Bhupesh Pant Jul 24 '15 at 08:23