Skip to content

playup/omniauth-weibo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

omniauth strategy for Sina weibo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%