Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 2 down vote accepted

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

Cheers.

share|improve this answer
Oops didn't found that page before... But it works! Thank man – IosQuestions Mar 31 '11 at 14:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.