如何将内置的 news.reads 操作发布到 Facebook?
根据此处的文档:
https://developers.facebook.com/docs/opengraph/news/
我应该能够通过发布以下内容来发布 news.reads?article 操作:
https://graph.facebook.com/me/news.reads?article=[article url]
为了测试这一点,我使用 Graph API Explorer,位于:
http://developers.facebook .com/tools/explorer
当我尝试这样做时选择我的应用程序和 me/news.reads?article=http://thesumm.it/CS/21006.html 时,它告诉我“(#803) 您请求的某些别名不存在:news.reads” 。
当我使用默认的 Graph API Explorer 尝试此操作时,它告诉我“(#200) 需要扩展权限:publish_actions”。我认为后一个可能不会授予我 Graph API Explorer 的扩展权限。
我现在可以通过 news.reads?article 发布操作吗?如果是这样,我做错了什么?
谢谢!
Per the documentation located here:
https://developers.facebook.com/docs/opengraph/news/
I should be able to post a news.reads?article action by posting the following:
https://graph.facebook.com/me/news.reads?article=[article url]
To test this, I use the Graph API Explorer, found at:
http://developers.facebook.com/tools/explorer
When I attempt this with my app selected, and me/news.reads?article=http://thesumm.it/CS/21006.html, it tells me "(#803) Some of the aliases you requested do not exist: news.reads".
When I try this with the default Graph API Explorer, it tells me "(#200) Requires extended permission: publish_actions." I think this latter one is likely that it won't grant me the extended permissions for the Graph API Explorer.
Is it possible for me to publish actions with news.reads?article at this point? If so, what am I doing wrong?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然该程序处于测试阶段,但目前无法发布 news.reads 操作。
同时,创建您自己的阅读操作并发布到该操作:
While the programme is in Beta, its not currently possible to publish news.reads actions.
In the meantime, create your own read action and post to that instead: