Search the Community
Showing results for tags 'oauth'.
-
I'm writing a chrome extension for quick search notes in fuzzy match model. So I need to cache all notes' metadata(title, url, createdTime,etc) in local storage. According to evernote offical doc, there are two ways to authenticate to the Evernote API, developer tokens and OAuth. But right now, 1. developer token has been deprecated.(if you go to the application URL you will get Update: the creation of developer tokens is temporarily disabled. 2. OAuth can only access one specific notebook(depend on user authentication)
-
When making a call to authorize we are getting an unexpected error. I am using the following CURL command with sample data because I do not have the sdk installed. What is this error? I have highlighted the confusing response. This is HTML for the page that is displayed that says 'Oops we encountered unexpected error' I get the same thing when i just enter the url into a browser Kellys-MacBook-Pro:~ kellygold$ curl -X GET 'https://sandbox.evernote.com/oauth?oauth_callback=http://cloud-elements.com&oauth_consumer_key={myapike}&oauth_nonce=3166905818410889691&oauth_signature=xCY
-
Hi all, I just started having a look at the evernote developer guide, but I am struggling to understand if and how it is possible to send the text stored in an HTML5 input to evernote through OAuth. Is it possible in pure javascript or do I need a backend script? Did someone of you already implemented it? All the best, Christian
-
I am getting " Oops, we encountered an error. Sorry, we've encountered an unexpected error." when I try to get Access token. I followed https://dev.evernote.com/doc/articles/authentication.php the steps in it. In third step I'm unable to get access token. Is my link correct? I'm using Postman! https://sandbox.evernote.com/oauth?oauth_consumer_key=ZZZZZZZ&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1474958755&oauth_nonce=FFdKTf&oauth_version=1.0&oauth_signature=fCHbZv+j88ZFF9ptfZQqcTmTUnQ=&oauth_token=YYYYYYYY&oauth_verifier=XXXXXX