Snippets tagged “access-token”
1 snippet uses this tag.
- 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.