开发者

Get new profile cover with sdk

开发者 https://www.devze.com 2023-04-07 20:31 出处:网络
Is it possible to get and to change the new p开发者_运维技巧orfile cover (mine or my friends\' profil cover) with the sdk php or JS ?It is possible to get the Facebook\'s user cover image using the Gr

Is it possible to get and to change the new p开发者_运维技巧orfile cover (mine or my friends' profil cover) with the sdk php or JS ?


It is possible to get the Facebook's user cover image using the Graph API. You have to add 'fields=cover' to the user request. The response is an array of fields id, source, and offset_y. You need an access token for this.

You cannot update the cover photo using the API, only retrieve it.

http://graph.facebook.com/[USER_ID]?fields=cover


It's still not possible with the current APIs exposed by Facebook.

0

精彩评论

暂无评论...
验证码 换一张
取 消