[ACCEPTED]-Twitter API search user's tweets between dates-twitter
Accepted answer
The search API supports this, but you have 3 to assemble your query like so:
http://search.twitter.com/search.json?q=+from%3Atwitterapi+since%3A2011-06-20+until%3A2011-06-20
The query 2 string above is the urlencoded form of:
q= from:twitterapi since:2011-06-20 until:2011-06-20
The 1 list of search operators can be found here.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.