Facebook API 读取层支持哪些端点
Facebook 最佳实践文档称,Facebook API 有一个只读层,使用它可以提高性能。
http://developers.facebook.com/docs/best-practices/
它不不包含任何链接或有关支持哪些端点的信息。显然,“综合列表”位于 PHP SDK 中。
我没有 PHP SDK,也不是在 PHP 上进行开发。当我访问 PHP SDK Git 时,我发现整个 wiki 已被删除,并且指向包含文档的页面(在 wiki 上给出)的链接没有提及任何有关只读 api 端点的内容。
有人使用过 Facebook 只读 api 吗?您能告诉我支持哪些端点吗?
The Facebook best practices document says that there's a read only tier for facebook API using which can result in faster performance.
http://developers.facebook.com/docs/best-practices/
It doesn't contain any link, or information as to which endpoints are supported. Apparently the 'comprehensive list' is in the PHP SDK.
I don't have the PHP SDK, and I am not developing on PHP. When I visited the PHP SDK Git, I found that the entire wiki has been deleted, and the link to the page which had the documentation (given on the wiki) doesn't say anything about the read only api endpoints.
Has anyone worked with the Facebook read only api? Can you tell me what endpoints are supported?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
网址为: https://api-read.facebook.com/
支持的端点为:
来自: https://github.com/facebook/php-sdk/blob/master/src/facebook.php
The url is : https://api-read.facebook.com/
And the supported endpoints are :
From : https://github.com/facebook/php-sdk/blob/master/src/facebook.php