I'm trying to get a profile picture from Graph API by calling me/picture
or <friend_id>/picture
. However it seems that the response that's given is not a JSON response. I haven't been able to read the response, but I know it's suppose to be another URL that links to the profile picture JPEG file.
I know that once I get that URL I can use UIImage
method imageFromURL
(or something like that) but I'm just not sure how to process the response. Can someone help?