Skip to content Skip to sidebar Skip to footer

How To Get A List Of All User Friends (not Only Who Use The App)?

in android application : i want to get a list of all friends of the person who login to my app , not only those who use the app ? i use the following : private void makeMeRequest(f

Solution 1:

It is not possible to get ALL friends with v2.0+, only with Apps created before end of April 2014 by using v1.0 of the Graph API. And it will only work until end of April 2015. See changelog for more information about the versions: https://developers.facebook.com/docs/apps/changelog

There is also invitable_friends and taggable_friends though, but they are reserved for Apps on facebook.com:

This may also be interesting for inviting friends: https://developers.facebook.com/docs/games/requests/v2.1

Post a Comment for "How To Get A List Of All User Friends (not Only Who Use The App)?"