Installation Add to your Gemfile: gem 'omniauth-qzone' Then bundle install. Or install it yourself as: $ gem install omniauth-qzone Usage here's a quick example, adding the middleware to a Rails app in config/initializers/omniauth.rb: Rails.application.config.middleware.use OmniAuth::Builder do provider :qzone, ENV['TQQ_KEY'], ENV['TQQ_SECRET'] end
Project
omniauth-qzone
an omniauth strategy for qzone
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Runtime
Project Readme