Thanks Linvi.
I am able to retrieve the tweets in my Timeline with this
IEnumerable<ITweet> myTweets = Timeline.GetUserTimeline(MyProfile.ID, MyProfile.StatusCount);
But I have over a thousand Tweet from my profile but it keeps giving me just 199 despite setting the count to the max.
How can I achieve this?
I am able to retrieve the tweets in my Timeline with this
IEnumerable<ITweet> myTweets = Timeline.GetUserTimeline(MyProfile.ID, MyProfile.StatusCount);
But I have over a thousand Tweet from my profile but it keeps giving me just 199 despite setting the count to the max.
How can I achieve this?