Hi Team,
I am integrating evernote api with my application where I am using oauth for authenticating using evernote oauth api. as per the documentation I have followed all the steps and specifications to invoke the api. I am able to invoke the temp token api and also able to redirect the user to authorize. after authorization, when i get call back, I am invoking the access token api using the same approach as the temp token api but I am getting 400 error. Is there anything which I am missing while sending the access token request?
is there any other parameter required to invoke the a