dsg435665475 2014-07-29 17:05
浏览 101
已采纳

Facebook SDK管理页面错误:用户尚未授权应用程序执行此操作

I'm getting this weird Facebook PHP SDK error just with some of the users of my app.

This is the array of permissions I am requiring to the users:

['email', 'publish_stream', 'manage_pages', 'read_insights', 'status_update']

My app publish content on the Facebook pages of my users, using an extended access token for different weeks.

Since I've updated to the Facebook SDK v4 few weeks back, some of the users are getting this error:

"The user hasn't authorized the application to perform this action."

Do you have any idea why this could be happening?

Thanks

  • 写回答

1条回答 默认 最新

  • douyuqing_12345 2014-07-29 20:31
    关注

    You should use publish_actions instead of publish_stream. publish_stream have been deprecated for years

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?