Skip to content

Instantly share code, notes, and snippets.

@func09
Created May 20, 2010 10:21
Show Gist options
  • Save func09/407428 to your computer and use it in GitHub Desktop.
Save func09/407428 to your computer and use it in GitHub Desktop.
require 'twitpic'
oauth = TwitPic::OAuth.new(CONSUMER_KEY, CONSUMER_SECRET)
oauth.authorize_from_access(ACCESS_TOKEN, ACCESS_SECRET)
client = TwitPic::Base.new(API_KEY, oauth)
pp client.upload('/path/to/image','message..')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment