Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.23 KB

File metadata and controls

27 lines (19 loc) · 1.23 KB

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.