Created
December 13, 2013 18:49
-
-
Save devluis/7949193 to your computer and use it in GitHub Desktop.
Get facebook profile picture with graph API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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