Consuming Tumblr blog from your website using Ruby on Rails (Spree), Backbone and Tumblr Api
You need to have an account on tumblr of course and generate the application to be able to consume the tumblr api:
http://www.tumblr.com/oauth/apps
About the default callback you can choose any url for example: http:://localhost:3000
Then generate the application oauth in the following url:
https://api.tumblr.com/console/calls/user/info
Add the following gem to your Gemfile:
[ruby]
gem 'tumblr_client'
[/ruby]