[Solved] how to fetch user facebook friends names,count and id in app? [closed]


You’ll only be able to get the friends which also use your app, and you’ll need the user_friends permission for that.

Please read the docs first:

Quotes:

  • Friend list is no longer part of the default permission set and has its own permission: Asking for access to a person’s friend list is now a separate permission that your app must request. The new permission is called user_friends.
  • Friend list now only returns friends who also use your app: The list of friends returned via the /me/friends endpoint is now limited to the list of friends that have authorized your app.

0

solved how to fetch user facebook friends names,count and id in app? [closed]