仅从 iphone 版 facebook 图表中获取用户帖子
有谁知道是否可以仅从墙上的一个用户的帖子中获取数据。
例如: 如果我想获得 Nike feed,我会这样做:
[facebook requestWithGraphPath:@"nike/feed" andParams:params andDelegate:self];
但这给了我 Nike facebook 墙上的所有帖子,但实际上我只需要 Nike 自己的帖子,如下所示: http://www.facebook.com/nike?sk=wall&filter=2
谢谢!!!
Does anybody know if it is possible to fectch the data only from one user his posts on the wall.
For instance:
If i want to get the Nike feed i do this:
[facebook requestWithGraphPath:@"nike/feed" andParams:params andDelegate:self];
But this gives me al the posting on the Nike facebook wall, but i actually only need Nike's own posts like this: http://www.facebook.com/nike?sk=wall&filter=2
Thanks!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须执行以下请求“nike/posts”。根据 Facebook 开发者页面,它将显示页面自己的帖子。
干杯。
You have to do the following request "nike/posts". According to the Facebook Developper Page it will display the Page's own posts.
Cheers.