All Projects → szimek → omniauth-evernote

szimek / omniauth-evernote

Licence: MIT license
Evernote strategy for OmniAuth

Programming Languages

ruby
36898 projects - #4 most used programming language

Omniauth Evernote Build Status Dependency Status

This is OmniAuth strategy for authenticating to Evernote.

Usage

By default the strategy uses http://www.evernote.com site. In development you'll want to use https://sandbox.evernote.com instead. To do it you'll need to pass site option:

use OmniAuth::Builder do
 provider :evernote, ENV['EVERNOTE_KEY'], ENV['EVERNOTE_SECRET'], :client_options => { :site => 'https://sandbox.evernote.com' }
end
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].