How can I display a Facebook user's news feed on an iOS application?
I'm sort of new to xCode and iOS development.
I'm making an application where a User can sign in to their Facebook account. Then their news feed comes up (which is i开发者_JAVA技巧n "most recent" posts). It's like the Trickle (Twitter) app.
Is their any code on github or any documentation that could help me?
Any code would be appreciated.
Please & Thanks.
For what you're trying to do most likely you'll need to implement the Facebook SDK.
精彩评论