I am developing an application, in which I have to fetch Facebook contact(friends) profile pics. But I am unable to find the image URL or image related data anywhere in my parsed data. Can you please help me to get the friends images by using Gigya?
I am using
NSString *resMsg = [NSString stringWithFormat:@"\n errorCode=%d\n errorMessage=%@\n response.data=%@\n",response.errorCode, response.errorMessage, [response.data stringValue]];
to get the friends list from the Facebook.