Facebook API/PHP - Is it possible to change a user's profile image via FB Graph API?

后端 未结 5 825
栀梦
栀梦 2020-12-01 08:28

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

5条回答
  •  借酒劲吻你
    2020-12-01 09:02

    Currently this is possible by redirecting the user to the mobile profile pic change url, https://m.facebook.com/photo.php?fbid=[fb photo id]&prof&ls=your_photo_permalink

    The previous work around, using the facebook.com/photo.php?pid=[fb photo id]&makeprofile=1 url no longer works.

提交回复
热议问题