Search code examples
iosfacebookfacebook-wall

Facebook wall on view in iOs


I'm busy with integrating facebook in my iOs app. On the "news" page of that app I want to show a facebook wall of some facebook account.

I downloaded the sdk and tried to integrate some features but this mainly shows messages of the user itself.

To clarify, I want to use posts on a facebook wall of a certain user as news messages.

Anyone an idea where to start?


Solution

  • If I understand you correctly, you want to show the user's news feed and include what that user's friends are posting. You can use the Graph API for this. There's some good info on the API here and the method you're specifically looking for is here.