0.0
No commit activity in last 3 years
No release in over 3 years
A Ruby wrapper for Tumblr AOuth API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 0.9
~> 2.3.0

Runtime

~> 0.7.4
~> 1.1.0
~> 1.0.0
~> 0.1.5
 Project Readme

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.