Hey I am using GET statuses/user_timeline and using maxID to call all the tweets in a user’s timeline. I found that I can get upto 3217 and sometimes upto 3234 tweets by calling API. Isn’t it unusual that I am getting more than 3200 tweets or Am I missing something?
This is what I am passing as parameters.
downloader.RequestParameters.Add("include_entities", "true"); //For getting entities
downloader.RequestParameters.Add("count", "200"); //Number of tweets to fetch in one response
downloader.RequestParameters.Add("include_rts", "1"); //Flag to include retweets or not
downloader.RequestParameters.Add("screen_name", "Google"); //Screen name