Can I just save the URL of the picture and use this URL every time I need to show the user's picture? or could this URL expire at some point at the future and therefore it's better if I save the image?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
If you use this format, you will always get the current user's public photo. http://graph.facebook.com/[userid]/picture So for getting facebook's founder's pic, use: http://graph.facebook.com/4/picture So the user could change their photo a million times, and you would always get the most current one. (Although in the case of Zuck, I don't think he's changed that photo for years) |
|||||||
|