According to Facebook\'s Graph API documentation (here), you can access various sizes of a user\'s profile picture through URLs such as:
https://graph.facebo
As described in this bug on Facebook, you can request this via the new API "field expansion" syntax.
This works for me:
https://graph.facebook.com/____OBJECT_ID____?fields=picture.type(large)