How to get different resolutions for profile pictures using the facebook API? I only know the
At least in objective-c, I use the link "http://graph.facebook.com/[facebookId]/picture", replacing the [facebookId] for the actually facebook id number that came from the API.
But how to get a higher resolution picture? This option gives me a very small pic.
Cheers,