I\'m now working on a web application which is mostly based of facebook graph api. I hold some data about users - actually , the possible public data available - such as nam
From the Graph API documentation.
/OBJECT_ID/picture returns a redirect to the object's picture (in this case the users)/OBJECT_ID/?fields=picture returns the picture's URLExamples:
uses a HTTP 301 redirect to Zuck's profile picture
https://graph.facebook.com/4?fields=picture returns the URL itself