Get ALL User Friends Using Facebook Graph API – Android [duplicate]

In v2.0 of the Graph API, calling /me/friends returns the person’s friends who also use the app. In addition, in v2.0, you must request the user_friends permission from each user. user_friends is no longer included by default in every login. Each user must grant the user_friends permission in order to appear in the response to … Read more

Facebook Graph API v2.0+ – /me/friends returns empty, or only friends who also use my application

In v2.0 of the Graph API, calling /me/friends returns the person’s friends who also use the app. In addition, in v2.0, you must request the user_friends permission from each user. user_friends is no longer included by default in every login. Each user must grant the user_friends permission in order to appear in the response to … Read more