我有一个应用程序,其中包含经过验证的开放图形操作,可用于我的网站。我想在 facebook 页面上而不是在用户时间轴上发布这些操作。这是我使用的请求:
POST https://graph.facebook.com/{my page id}/my-app:post?access_token={page access token}&action=http://mywebsite/myaction
Facebook API 向我返回此错误:
["message"]=>string(30) "An unknown error has occurred."
["type"]=>string(14) "OAuthException"
这是正常的吗?是否可以在粉丝页面上发布开放图形操作?