开发者

Get only users posts from facebook graph for iphone

开发者 https://www.devze.com 2023-02-21 18:14 出处:网络
Does anybody know if it is possible to fectch the data only from one user his posts开发者_如何转开发 on the wall.

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

精彩评论

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