Evernote's API key request page suggests that one should use OAuth for web applications. I tend to agree, since I don't like the idea of storing lots of user passwords on my server. Evernote provides a ruby example in their SDK download that uses oauth (via https://github.com/oauth/oauth-ruby). Is it possible to modify this gem to use OAuth? How would one do that?
Evernote's API key request page suggests that one should use OAuth for web applications. I tend to agree, since I don't like the idea of storing lots of user passwords on my server. Evernote provides a ruby example in their SDK download that uses oauth (via https://github.com/oauth/oauth-ruby). Is it possible to modify this gem to use OAuth? How would one do that?