iOS Facebook Graph API Profile picture link

后端 未结 3 1326
我在风中等你
我在风中等你 2020-12-03 22:10

I am trying to retrieve the link to the profile picture... So far the graph API call :

[facebook requestWithGraphPath:@\"me/picture\" andDelegate:self];
         


        
3条回答
  •  情歌与酒
    2020-12-03 22:44

    After logged in you can get the profile picture with this link;

    https://graph.facebook.com/userId/picture?width=640&height=640
    

提交回复
热议问题