Skip to content

Instantly share code, notes, and snippets.

@ranjib
Created January 22, 2013 07:17
Show Gist options
  • Select an option

  • Save ranjib/4592748 to your computer and use it in GitHub Desktop.

Select an option

Save ranjib/4592748 to your computer and use it in GitHub Desktop.
tweeter gem search api not returning the most recent tweets
tweets = Twitter.search("#devops",
:count => 100,
:result_type => "recent").results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment