Skip to content

This is the OmniAuth strategy for authentication to Hootsuite.

License

Notifications You must be signed in to change notification settings

hypemarks/omniauth-hootsuite

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

No packages published

Languages