图 API 功能
Facebook 的 Graph API 支持哪些功能?我已经合并了发布消息。
我可以获得:
- 在线好友列表。
- 聊天
- 资料图片
What features does Facebook's Graph API support? I have already incorporated publishing messages.
Can I get:
- Online list of friends.
- Chat
- Profile Pictures
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此页面显示了所有可以访问的内容。
Facebook 中的所有对象都可以通过相同的方式访问:
用户:https://graph.facebook.com/btaylor< /a> (Bret Taylor)
页面:https://graph.facebook.com/cocacola (Coca -Cola 页面)
活动:https://graph.facebook.com/251906384206(Facebook 开发者 Garage Austin )
群组:https://graph.facebook.com/2204501798(Emacs 用户群组)
应用程序:< a href="https://graph.facebook.com/2439131959" rel="nofollow noreferrer">https://graph.facebook.com/2439131959(Graffiti 应用)
状态消息:https://graph.facebook.com/367501354973(来自 Bret 的状态消息)
照片:https://graph.facebook.com/98423808305 (可口可乐页面的照片)
相册:https://graph.facebook.com/99394368305(可口可乐墙上的照片)
个人资料图片:http://graph.facebook.com/100000990755826/picture(您的个人资料图片)
视频:https://graph.facebook.com/614004947048(关于 Tornado 的 Facebook 技术讲座)
注意:https://graph.facebook.com/122788341354(宣布 Facebook for iPhone 3.0 的说明)
This page shows all the things that can be accessed.
All objects in Facebook can be accessed in the same way:
Users: https://graph.facebook.com/btaylor (Bret Taylor)
Pages: https://graph.facebook.com/cocacola (Coca-Cola page)
Events: https://graph.facebook.com/251906384206 (Facebook Developer Garage Austin)
Groups: https://graph.facebook.com/2204501798 (Emacs users group)
Applications: https://graph.facebook.com/2439131959 (the Graffiti app)
Status messages: https://graph.facebook.com/367501354973 (A status message from Bret)
Photos: https://graph.facebook.com/98423808305 (A photo from the Coca-Cola page)
Photo albums: https://graph.facebook.com/99394368305 (Coca-Cola's wall photos)
Profile pictures: http://graph.facebook.com/100000990755826/picture (your profile picture)
Videos: https://graph.facebook.com/614004947048 (A Facebook tech talk on Tornado)
Notes: https://graph.facebook.com/122788341354 (Note announcing Facebook for iPhone 3.0)