View Single Post
Posts: 68 | Thanked: 34 times | Joined on May 2012 @ Ukraine
#210
Originally Posted by Cas07 View Post
The problem as others I think pointed out is that in Nov '12 the Evernote API changed to requires Oauth to authenticate so using username/password from the client will no longer work.

I don't want to get anyone's hopes up but thought I would mention that I have started the process of attempting to add oauth to the code. However it is not trivial and requires upgrading libevernote and thift libraries to the latest versions, then modifying the app code to open the evernote oauth webpage instead of prompting for username/password and ensuring all relevant API calls use the oauth token. Thankfully I can use a Nixnote Qt port for guidance but as Python code is my usual domain compared to Qvernote's C++ it will not be a quick process.
I hope You will make it. Great Thanks!