I am currently using JS SDK and PHP SDK. I need a simple way to display all friends's names and friends' pictures.
I can display pictures by using this:
https://graph.facebook.com/zuck/picture
but I don't know how to display the names.
|
I am currently using JS SDK and PHP SDK. I need a simple way to display all friends's names and friends' pictures. I can display pictures by using this:
but I don't know how to display the names. |
|||||||
|
|
Refer this. You can click on that 'Friends' link to see the output, However please note that the API Docs page is using an access_token which will expire soon . |
|||
|
Make a call to the graph api and print the response,
Also it's possible to get back only the required fields and not all the user object,
EDIT With jQuery you can use append() to print the names and the images also:
|
||||
|
|