开发者

Get only users posts from facebook graph for iphone

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!!!


You have to do the following request "nike/posts". According to the Facebook Developper Page it will display the Page's own posts.

Cheers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜