首页 文章

使用Open Graph发布到Facebook页面

提问于
浏览
0

试图弄清楚为什么我不能用Open Graph API发布到Facebook页面(不是 Profiles ) .

我已提交审核并获得批准 . 我已批准权限,例如:

manage_pages publish_actions publish_pages

当我发布到Facebook Profiles 时,eveything工作正常:

https://graph.facebook.com/me/com-domain:post?access_token=&method=POST&property=&message=test&fb:explicitly_shared=true

问题似乎是发布到Facebook页面 .

首先,我向/ me / accounts请求并获取正确的PAGE ID和页面访问令牌 .

https://graph.facebook.com/me/accounts?access_token=

之后,抓取新的访问令牌和页面ID进行另一个请求

https://graph.facebook.com//com-domain:post?access_token=&method=POST&property=&message=test&fb:explicitly_shared=true

得到结果:

{   "error": {
  "message": "Unsupported post request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
  "type": "GraphMethodException",
  "code": 100,
  "fbtrace_id": "Ffdsfds"   }}

有什么建议 ?谢谢!

1 回答

  • 0

    在与Facebook支持人员交谈后,似乎无法通过自定义操作发布到Facebook页面 . 只有配置文件 . 案件结案

相关问题