public
Description: Ruby wrapper for the Twitter Search API.
Homepage: http://search.twitter.com/api
Clone URL: git://github.com/dancroak/twitter-search.git
Michael (author)
Fri Aug 14 06:40:15 -0700 2009
dancroak (committer)
Fri Aug 21 06:38:27 -0700 2009
twitter-search / TODO.markdown
100644 8 lines (5 sloc) 0.578 kb

Add tests for:

  • since_id: returns tweets with status ids greater than the given id.
  • geocode: returns tweets by users located within a given radius of the given latitude/longitude, where the user's location is taken from their Twitter profile.
  • show_user: when "true", adds ":" to the beginning of the tweet. This is useful for readers that do not display Atom's author field. The default is "false".
  • callback: if supplied, the response will use the JSONP format with a callback of the given name. E.g., http://search.twitter.com/search.json?callback=foo&q=twitter