Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 336 Bytes

OmniAuth weibo

This is the unofficial OmniAuth strategy for authenticating to weibo.com. To use it, you'll need to sign up for an OAuth2 App Key and App Secret on the Sina weibo developer website.

Basic Usage

use OmniAuth::Builder do
  provider :weibo, ENV['App_Key'], ENV['App_Secret']
end