Skip to content

Instantly share code, notes, and snippets.

@devluis
Created December 13, 2013 18:49
Show Gist options
  • Save devluis/7949193 to your computer and use it in GitHub Desktop.
Save devluis/7949193 to your computer and use it in GitHub Desktop.
Get facebook profile picture with graph API
To get the facebook profile picture
http://graph.facebook.com/[user id]/picture
For changing the size use this link
http://graph.facebook.com/[user id]/picture?type=large --------------> for larger image
http://graph.facebook.com/[user id]/picture?type=smaller --------------> for smaller image
http://graph.facebook.com/[user id]/picture?type=square --------------> for square
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment