Skip to content

Instantly share code, notes, and snippets.

@bkerley
Created September 1, 2010 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bkerley/cfc477a0c5895e8bd1bd to your computer and use it in GitHub Desktop.
Save bkerley/cfc477a0c5895e8bd1bd to your computer and use it in GitHub Desktop.
oauth = Twitter::OAuth.new('VTfGwEvjx67nm1SUWxunA', 'CwG5mZQHAMpGXoP1S0FdlXoPzu3LOtYXzJinlblqio')
oauth.authorize_from_access('170450211-A2QUNmYsHjwvnfBTTRJpKRu5E4wZ3ocEdeo3lG2h', 'n6YUlmYggLwQ05f1pxBZ3lF3xLWzvYLOD9AmFksBo')
client = Twitter::Base.new(oauth)
client.update('Heeeyyyyoooo from Twitter Gem!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment