Answer the question
In order to leave comments, you need to log in
How to make an API key work after registering it with Evernote?
There is a php application that needs to interact with Evernote. I registered an API key and got the answer "We have activated your API key (***) on our production service." In the sandbox, everything works fine, but outside of it, authorization does not work. I call
$oauth_handler->authorize(EVERNOTE_KEY, EVERNOTE_SECRET, $callback);
and get a redirect
to https://www.evernote.com/OAuth.action?oauth_token= Missing required oauth parameter "oauth_token"
getTemporaryCredentials()
the Evernote SDK for PHP because it doesn't return anything. Curl returns 401 Unauthorized. As a result, one gets the impression that in fact the API key was not registered or it was done incorrectly. But maybe the reason is that I'm doing something wrong. Answer the question
In order to leave comments, you need to log in
To work on the combat system, you need to activate the key after testing in the sandbox.
Your API key has been actived on our Sandbox development server. This is the server you'll connect to during development and testing. Once your project is ready for production use, you'll need to have your key activated on Evernote's production environment.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question