Facebook API/PHP - 是否可以通过 FB Graph API 更改用户的个人资料图片?

2021-12-20 00:00:00 php facebook-graph-api

是否可以通过图形 API 设置/更改用户的 Facebook 个人资料图片?

我找不到特定的 API 方法,但可以将图像上传到用户的相册 ( - 你必须新闻发布会评论

Is it possible to set/change a user's facebook profile image through the graph API?

I can't find a specific API method, but it is possible to upload an image to a user's album (http://developers.facebook.com/docs/reference/api/photo). Can I set the user's profile image to an image uploaded to their album?

Edit:
Same question asked in reference to REST API
Can I set a users profile image using the Facebook API?

解决方案

No, And here's a comment from a guy at facebook:

The Original Link - you have to press show comments

相关文章