将消息发布到墙上时权限错误

时间:2019-11-12 14:50:26

标签: facebook facebook-graph-api

使用POST时,将消息发布到fb feed时出现以下错误。使用GET方法工作正常。是否需要添加任何权限。

message: '(#200) If posting to a group, requires app being installed in the group, and \\\n          either publish_to_groups
     

具有用户令牌的权限,或同时具有manage_pages \\ n和   带有页面令牌的publish_pages权限;如果发布到页面,\\ n
  需要\\ n
作为管理员同时需要manage_pages和publish_pages   足够的管理权限,I20191112-19:45:36.182(5.5)?
  类型:OAuthException,I20191112-19:45:36.182(5.5)?代码:200,   I20191112-19:45:36.183(5.5)? fbtrace_id:AJbuFD_SHxv-s8iOWWyZIVg   }

 graph.post("me/feed", wallPost, function(err, res) {

          console.log(res); // { id: xxxxx}
        });

谢谢

1 个答案:

答案 0 :(得分:2)

无法再发布到用户个人资料:https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#login-4-24

您只能使用Sharing选项,但是publish_actions消失后就没有API。