Omniauth::Surveymonkey2
This is an alternative OmniAuth strategy for Survey Monkey. This one retrieves a long-use token after authentication is made and returns it in the 'omniauth.auth' hash that is set after the callback phase is completed.
Installation
Copyright (c) 2013 Kaushik SV, Chris Beck
gem 'omniauth-surveymonkey2'
And then execute:
$ bundle
Or install it yourself as:
$ gem install omniauth-surveymonkey2
Usage
For more information on using OmniAuth to connect to Oauth APIs, go here:
Intridea's OmniAuth Github Page
For more information on using the Survey Monkey API, go here:
Survey Monkey's Developer Home
Contributing
- 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