Skip to content

Instantly share code, notes, and snippets.

@vinicius-stutz
Last active October 24, 2015 22:48
Show Gist options
  • Save vinicius-stutz/69068c32632e09dff1b4 to your computer and use it in GitHub Desktop.
Save vinicius-stutz/69068c32632e09dff1b4 to your computer and use it in GitHub Desktop.
Get a Facebook user's profile image

Get a Facebook user's profile image

This is an example using the img tag:

<img src="//graph.facebook.com/vinicius.stutz/picture?type=normal" class="img-circle" width="150" height="150" />

The sizes available are:

  1. Large size photo https://graph.facebook.com/{facebookId}/picture?type=large
  2. Medium size photo https://graph.facebook.com/{facebookId}/picture?type=normal
  3. Small size photo https://graph.facebook.com/{facebookId}/picture?type=small
  4. Square photo https://graph.facebook.com/{facebookId}/picture?type=square

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment