facebook-graph-apisocialauthfacebook-friends

getting list of friends from facebook


Facebook API does not provide friends list of people using our fb app, according to their developer faq page. But still, websites like nimble and the live example of socialauth are able to get the names of people on our friend list, even those who do not use their app. Please, can any one help me with how this work?

The read_friendlist permission gives only name of lists like 'close friends', 'aquaintance' etc. the user_friends permission gives only the list of people in our friendlist who use our app. What all api permssions do we need to get the full friend list?

I am trying to make an address book by importing contacts from google, facebook etc. using socialauth. Had success with google.


Solution

  • Those websites are probably using older Apps with v1.0 - it will stop working for them after end of April 2015. You can only use v1.0 with an App created before end of April 2014.