I am trying to retrieve the link to the profile picture... So far the graph API call :
[facebook requestWithGraphPath:@\"me/picture\" andDelegate:self];
After logged in you can get the profile picture with this link;
https://graph.facebook.com/userId/picture?width=640&height=640