Access facebook profile picture publically
If you are looking or want to use your current facebook profile picture in any other location and want to update automatically as you change the profile picture in facebook, you need to access the picture in following url format:
Syntax :
http://graph.facebook.com/[your profile id]/picture?type=large
For e.g my facebook profile id is "chandresh.kesri" so my image profile will be look like:
Large: http://graph.facebook.com/chandresh.kesri/picture?type=large
Small : http://graph.facebook.com/chandresh.kesri/picture?type=small
Normal : http://graph.facebook.com/chandresh.kesri/picture?type=normal
Syntax :
http://graph.facebook.com/[your profile id]/picture?type=large
For e.g my facebook profile id is "chandresh.kesri" so my image profile will be look like:
Large: http://graph.facebook.com/chandresh.kesri/picture?type=large
http://graph.facebook.com/chandresh.kesri/picture?type=large |
Small : http://graph.facebook.com/chandresh.kesri/picture?type=small
Normal : http://graph.facebook.com/chandresh.kesri/picture?type=normal
Comments