Graph API get photo square (100x100)

后端 未结 5 855
名媛妹妹
名媛妹妹 2020-12-08 21:02

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

5条回答
  •  时光取名叫无心
    2020-12-08 21:29

    This worked for me. Check the following query, NSString * graphPath = [NSString stringWithFormat:@"%@?fields=photos.fields(id,link,source)", albumID];

提交回复
热议问题