Snippets tagged “facebook-graph-api”
2 snippets use this tag.
- Facebook Graph API, how to get users email?PHP
To get the email of a user through the Facebook Graph API, you will need to follow some steps.
- How can I display the users profile pic using the facebook graph api?PHP
To display a user's profile picture using the Facebook Graph API in PHP, you can make a GET request to the /{user-id}/picture endpoint.