如何通过FBGraph或FBConnect获取好友墙信息?
我正在使用 Facebook for iPhone 的 FBGraph API,在这里我获取朋友列表、我的个人资料、我的提要和其他值,但如何通过此 API 获取我的朋友墙数据。
我的问题是如何通过 iPhone 的 API 获取我的朋友墙信息。
I am Using FBGraph API of Facebook for iPhone, here i get friend list, my profile, my feeds and other values but how can I get My Friends Wall Data through this API.
My Question is that How can i Get My Friends wall information though this API for iPhone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
文档涵盖了这一点:
有关详细信息,请参阅此页面上的“feed”部分。
例如 https://graph.facebook.com/123456/feed
其中 123456 是用户 ID
注意。您需要确保您拥有 read_stream 权限。
The documentation covers this:
See the "feed" section on this page for details.
e.g. https://graph.facebook.com/123456/feed
where 123456 is the user id
Note. You'll need to ensure you have the read_stream permission.
https://graph.facebook.com/user/feed 我认为这是图形路径获取提要信息。
https://graph.facebook.com/user/feed i think this is the graph path for getting feed info.