How to Get Facebook User's Profile Image Using Facebook Graph API

The Facebook API can be used to get Facebook user's profile picture in different sizes without the need of an access token by sending a GET request to the following url. Add the optional width and height fields as URL parameters: https://graph.facebook.com/USER_ID/picture?width=WIDTH&height=HEIGHT

1 Feb 2018 ... The Facebook API can be used to get Facebook user's profile picture in different sizes without the need of an access token by sending a GET ...

Lee mas