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 v
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