I am trying to retrieve the link to the profile picture... So far the graph API call :
[facebook requestWithGraphPath:@"me/picture" andDelegate:self];
returns the image itself as Data. When I make the call :
[facebook requestWithGraphPath:@"me/picture" andDelegate:self];
I do get an array of picture with the link for each of them. Is there anyway to get some sort of similar thing for the profile pic, at least just the link... Or is it not possible? If someone has already been through this please let me know.
Cheers,
Sami.