I\'m doing a Facebook Graph API call for \"me/home\" to get the user\'s news feed. As everyone knows, the URL you get in the \"picture\" field is a low resolution photo that doe
Use this:
/user_id/?fields=picture.height(961)
It will give the maximum possible resolution picture.