get facebook extended permission for uploading photos

后端 未结 2 925
说谎
说谎 2021-01-25 12:35

In my facebook application, when the users first starts using it,the app request very basic permission. At a later stage, I need to request extended permission to allow the app

2条回答
  •  無奈伤痛
    2021-01-25 13:21

    There is no photo_upload permission. But, you can upload photos using the publish_stream permission instead. And you can see the user's photos using the user_photos permission.

提交回复
热议问题