Using Twitter's Api system, I want to get all tweets(own tweet or other user do tweets on user profile) of a user account. However, this isn't really exactly what I wanted. As I am making an iPhone application, Since I am new to twitter integration its getting difficult for me to do the same. How to get all tweets(own tweet or other user do tweets on user profiles) from?
3
votes
2 Answers
0
votes
Try the following sample,
http://developer.apple.com/library/ios/#samplecode/Tweeting/Introduction/Intro.html
hope it will helps you......
0
votes
This can also help you.
https://dev.twitter.com/docs/ios
This will help you to get the Users Timeline(At max you can get upto 200 tweets in a single service)
A combination of the sample code and twitter docs. It is so easy to integrate Twitter.