開いているグラフに問題があります。read アクションを使用して記事を公開したいと考えています。
私はこのコードを使用します:
FB.api(
'/me/news.reads',
'post',
{ article: document.location.href }
);
しかし、私はこのエラーがあります:
{
"error": {
"message": "(#100) The Action Type news:Read is not approved, so app 145634995501895 can only publish to administrators, developers, and testers of the app. User 100001447431244 is not one of those roles.",
"type": "OAuthException",
"code": 100
}
}
アカウント管理者によると、問題はありませんが、すべてのユーザーが対象ではありません。ドキュメントでは、アクション read が Facebook のネイティブ アクションであることがわかります。注: 組み込みの Article オブジェクトに対するカスタムの Read アクションの送信は受け付けられなくなります。ただし、このアクションはカスタムの読み取りではありません。