5

根据 facebook 的文档,他们将在 2018 年 8 月 1 日之后删除“publish_actions”权限。作为替代方案,他们建议使用共享对话框https://developers.facebook.com/docs/sharing/reference/share-dialog,但共享对话框不符合我的目的,因为以前我使用“publish_actions”从我的插件将照片发布到用户时间轴,将该照片添加到用户帐户中存在的任何特定相册中,但是共享对话框现在只允许我共享照片的链接给用户不同的体验。是否有另一种方法可以在不使用“publish_actions”权限的情况下将照片发布到任何用户的相册。TIA

红宝石

4

1 回答 1

2

Take look on publish_groups.

"The publish_actions permission is deprecated in Graph API v3.0. Apps can still post stories via mediated experiences like the Facebook Share Dialog on the web, or the Share Sheets for iOS and Android. Apps can publish to groups through the publish_groups permission, which requires an app go through review."

https://developers.facebook.com/docs/apps/review/faqs/?fragment=graph-api-3-0

section: "My app uses the user_managed_groups permission. Is it affected by v3.0?"

Hope this helps

于 2018-05-22T13:27:42.290 回答