#OmniAuth 1.2 HeadHunter (OAuth 2) strategy
This gem is designed to work with OmniAuth 1.2 library against hh.ru
gem 'omniauth-headhunter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-headhunter
use OmniAuth::Builder do
provider :headhunter, ENV['HEADHUNTER_KEY'], ENV['HEADHUNTER_SECRET']
end
##Author
Metastasis [email protected]
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request