【发布时间】:2016-06-16 13:33:51
【问题描述】:
我正在尝试使用 Graph API Explorer 进行测试。我得到一个令牌:
user_mananged_groups 和 publish_actions
当我尝试向我的 secret 组之一发帖时,我得到
(#200) Insufficient permission to post to target on behalf of the viewer
我正在使用这个电话:https://developers.facebook.com/docs/graph-api/reference/v2.5/group/feed#publish。是否可以通过资源管理器发布东西?
我可以通过 GET 获取我的秘密组的帖子。
我是否需要一个应用程序(Facebook 应用程序)才能拨打电话并在我的秘密群组上发帖?
【问题讨论】:
-
是的,您需要一个应用程序来对 Facebook 进行任何调用,但如果您只是测试 Graph API,您可以使用另一个应用程序 Graph Explorer。您可以在 Graph Explorer 中使用 GET、POST 和 PUT。不知道为什么你会收到这个错误,如果访问令牌的所有者也是秘密组的管理员,我认为你应该能够发布。
标签: facebook api facebook-graph-api