I am developing a script where I update the name and profile picture of users every other week or so (to stay updated with their information).
I need to figure out how to use Facebook’s API to get the name and profile picture of a user using their facebook ID.
I’m using PHP.
Thanks in advance!
You can use the
/useridcall and filter for name and picture.Returns
If you are using the PHP SDK you can do
For more information on
usersee http://developers.facebook.com/docs/reference/api/user/