I am trying to get access token for Pocket. I am using MEAN stack.
I am trying to run the following query in the browser:
https://getpocket.com/auth/authorize?
request_token=YOUR_REQUEST_TOKEN&redirect_uri=YOUR_REDIRECT_URI
But i am not sure how to obtain the access_token
back.
I tried running the same in POSTMAN app as well but it returns the authentication page. (PS: I was able to get access token for foursquare using POSTMAN).
How do i get access token
in here.