doulaobi7988 2015-06-05 13:05
浏览 108
已采纳

Facebook API status_update权限

I wrote an application to check if a specified Facebook page (by user) exists, namely it`s real. Namely, the user fills the page url and the API posts something on that page and then check for the existence of that post, based on id received when posted. Used the following permissions to do that:

protected static $permissions = array('scope' => 'email, manage_pages, publish_actions, status_update');

After a few months of 'normal' functioning, it seems that out of the clear blue sky, status_update is no longer a valid Facebook permission. If I remove it from the array, I receive the following error: Facebook\FacebookPermissionException: (#200) The user hasn't authorized the application to perform this action. Any ideas?

  • 写回答

1条回答 默认 最新

  • dtxf759200 2015-06-05 13:32
    关注

    There is no permission called status_update, only publish_actions is needed to publish something on the user wall. If you want to post "as Page", you need publish_pages.

    It´s not "out of the clear blue sky", status_update is deprecated since many years already. You may have missed the v2.0 upgrade.

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

报告相同问题?

悬赏问题

  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么