I am aware that the API 1 had a feature to page through a search query. But I am not sure how to do it in API 1.1 with max_id & since_id.
Here is what I am trying to do:
q:twitter
until:2013-05-10
count:100
I want to search for tweets with keyword “twitter” from 10/may/2013(last 7 days b’cos of the week limit in twitter) with count of 100.
I am just getting 100 tweets from 10/5/'13 from 23:55 onwards. How can I get more??? Till today. Or do I it daily???
I am using the authentication method with ConsumerKey,ConsumerSecret,Token,TokenSecret.
I am trying to replicate what is done by “Twitter Analytics for Excel 2013” which can be found at http://blogs.msdn.com/b/analysisservices/archive/2013/03/15/released-twitter-analytics-for-excel-2013.aspx. But this application is using pin based authentication. Does the type of authentication make a difference??
I know I am asking for a lot. Any bit will be helpful.