How can I get facebook photo with selection view user set (if they use large image). If I use type = \"large\" or \"normal\" or \"small\" in path graph then I get image but
This worked for me. Check the following query, NSString * graphPath = [NSString stringWithFormat:@"%@?fields=photos.fields(id,link,source)", albumID];
NSString * graphPath = [NSString stringWithFormat:@"%@?fields=photos.fields(id,link,source)", albumID];