OmniAuth-Douban-OAuth2

====================== This is the OmniAuth strategy for authenticating to Douban. To use it, you'll need to sign up for an OAuth2 Application Key and Secret on the Open Platform

Basic Usage

use OmniAuth::Builder do
  provider :douban, ENV['DOUBAN_KEY'], ENV['DOUBAN_SECRET']
end

How to install

gem install omniauth-douban-oauth2

Wiki

Wiki