Fetch facebook friends?

Hi,

i know that you can use facebook plugin and set the scope to “with friends” but how can i fetch the current user friends?

tried to create an fb login button then when click it will create users friend lists but it seems not adding the lists of friends…

anyone?

followup

Retrieving a user’s Facebook friends will return only the subset of friends that also have the app. If your test user doesn’t have Facebook friends that have connected to your app, the list will be empty.

1 Like

To get the friends, you will need to use the Facebook OAUTH which will ask the user for access to your friends (or whatever else you ask for in terms of scope).

You can then use the Facebook Graph API to grab this. There is a plugin I would think.

jigsgfx.gj
have you resolved this issue? I am facing same problem.

This topic was automatically closed after 70 days. New replies are no longer allowed.