In updated versions, the method is slightly different. It is now called ListTweetsOnUserTimeline ()
and now you will go through the parameters now like this:
var currentTweets = service.ListTweetsOnUserTimeline(new ListTweetsOnUserTimelineOptions { ScreenName = "yourTwitterHandle", Count = 5, });
Connor Williams
source share