Using the FB iOS sdk, I am facing an issue in the retrieval of pictures with the Graph API.
I used to do [facebook requestWithGraphPath:@"me?fields=id,first_name,last_name,picture,gender,email&type=large" andDelegate:self];
to retrieve the informations about the signed in user. It still works except that the picture used to be the large one, now it's the small one.
I DON'T want to call the picture request separately, otherwise I wouldn't be posting here.
Any hint on how can I have the old results back ? The bio data + the large picture in one request.
Thx for the help.