I would like to retrieve a Facebook user's profile picture, but at a custom size (e.g.: 40px x 40px). Is this possible, or only the default values (normal, square, small and large) are fetchable?
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.
|
|
Per this blog post it's now possible to get custom profile picture sizes:
|
||||
|
|
Only normal, square, small, and large are available, but if you are putting them on a website you can put it into a fixed size div to clip it, or you can download the image programmatically and re-size it yourself. |
|||||
|