Upload image to facebook fan page using API

前端 未结 4 882
温柔的废话
温柔的废话 2021-02-04 14:50

I am trying to upload an image through my application with Facebook Graph API to an album of my fan page. Although I provide the albumID like a parameter for uploading the image

4条回答
  •  萌比男神i
    2021-02-04 15:17

    Don't know if this would help but maybe you need to request manage_pages extended permission and then use returned page access_token for posting pictures. You can read briefly about this process here.

    Then you can try these links with page access token for posting photos:

    /me/photos
    //photos
    //photos
    

提交回复
热议问题