I am creating a a node REST API which will authenticate EVERNOTE with my app through Oauth as a third part client. I have passed every authentication stage ( oauthToken and oauthAccessToken) and even got authorization mail sent to the evernote's email i used to authenticate.
But when i'm supposed to be redirected back to my app (in this case get an array containing all notebooks) and have all the clients notebooks listed i'm getting Error in Thrift HTTP response: 301 and this json response instead
this response isn't making sense at all. How do fix this