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.

Right now I am making a twitter app for iOS 5, and I need help with the TWRequest class. I Cant figure out anywhere on the web how to get the users timeline and put it a tableview. All of the tutorials and other websites only show how to post things to twitter. How can do an autenticated request to twitter and then put that timeline in a tableview?? Any help whatsoever would be greatly appreciated.

Thanks, Virindh Borra

share|improve this question

1 Answer

up vote 2 down vote accepted

The second example at https://dev.twitter.com/docs/ios/making-api-requests-twrequest shows how to make authenticated requests for a user's timeline. The results are parsed into a standard NSArray that should be fairly easy to work with and put into a UITableView.

share|improve this answer

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.