The image i am getting with this method is very small
[facebook requestWithGraphPath:@"me/friends"
andParams:[ NSDictionary dictionaryWithObjectsAndKeys:@"picture,id,name,link,gender,last_name,first_name",@"fields",nil]
andDelegate:self];
How to fetch the large image of friend with same method??
Thanks in advance
The URL of each image is returned as a string. You could modify the string by changing the last letter in the filename from “q” to “n”, after having loaded it from facebook and before using it in any other way.
That would look something like this: