Skip to content

shir/tumblr-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tumblr-oauth

Tumblr ruby gem with OAuth support.

It's very raw and unstable version.

Install

gem 'tumblr-oauth'

Usage

TumblrOAuth.configure do |config|
  config.consumer_key       = 'consumer_key'
  config.consumer_secret    = 'consumer_secret'
end

tumblr_client = TumblrOAuth::Client(
  :oauth_token        => 'oauth_token'
  :oauth_token_secret => 'oauth_secret'
  :blog_host          => 'blog_host_name' # For example "test.tumblr.com"
end

Copyright

Copyright (c) 2011 Ildar Shaynurov. See LICENSE.txt for further details.

About

Tumblr ruby gem with OAuth support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages