Skip to content

trueloyal-engineering/omniauth-hootsuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth Hootsuite

Gem Version Build Status Code Climate Dependency Status Coverage Status

This is the OmniAuth strategy for authentication to Hootsuite.

Installation

Add this line to your application's Gemfile:

gem 'omniauth-hootsuite'

And then, you need to add the following to your config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :hootsuite, "consumer_key", "consumer_secret"
end

You will obviously have to put in your key and secret, which you get when you register with Hootsuite.

About

This is the OmniAuth strategy for authentication to Hootsuite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages