Skip to content

techvalidate/omniauth-surveymonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b5eff6d · Aug 18, 2016

History

25 Commits
Apr 13, 2016
Aug 18, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Apr 13, 2016
Jul 5, 2016
Apr 13, 2016
Jul 5, 2016

Repository files navigation

OmniAuth SurveyMonkey

This is the official OmniAuth strategy for authenticating to SurveyMonkey's v3 API. To use it, you'll need to sign up and create an app at the SurveyMonkey Developer homepage.

Basic Usage

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :surveymonkey, ENV['SURVEYMONKEY_CLIENT_ID'], ENV['SURVEYMONKEY_API_KEY'], ENV['SURVEYMONKEY_SECRET']
end

History

Version 1.0 of the gem was written and and maintained by Kaushik SV and is available at (https://github.com/kaushiksv/omniauth-surveymonkey)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published