Facebook profile picture is public available.
For example https://graph.facebook.com/oleg.dats/picture It's square but to small
To get larger picture https://graph.facebook.com/oleg.dats/picture?type=large But this one is not square.
Is there way to get square profile picture (200px/200px) ?
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.
|
|
|||
|
|
|
You will need to post process it yourself. The sizes are
Announced as of Wednesday, August 22, 2012, You can query for alternate sizes via Graph API using
So in your case
Or in FQL
[Source - http://developers.facebook.com/blog/post/2012/08/22/platform-updates--operation-developer-love/] |
||||
|
|
You can use this to get the profile picture of any size: https://graph.facebook.com/digitizor/picture?width=700&height=200 This shows the profile picture of facebook.com/digitizor in 700px by 200px Change dimensions and facebook profile name as per your requirements |
|||
|
|