I am using the server flow facebook application and when I get the user's profile picture, I save that URL in my HttpSession. However, I also have a javascript feature that when mousing over certain posts in my application, and my user is a facebook user, I show the picture at about 100 pixels size. However, I don't know the relative height/width ratio of the picture, and it is framed in a box. I need to know the height and width of the facebook picture that was uploaded by the user, but I can't find this information in the facebook developer graph api.
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.
|
|
|
Profile picture dimensions depend on which type you select. See this answer for a summary of types. Each type corresponds to a maximum size. The API only specifies the maximum size for profile images, not the actual size. Square
Small
Normal
Large
If you call the default USER_ID/picture you get the square type. |
|||||
|