You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I can't get an access token. I checked the code, and from what I understand the flow is:
with the consumer key, request a request_token
user auths with the given request_token on the browser
after user authenticates, request an access_token
I tried reproducing this flow manually (calling all the involved functions by hand) and it's clear that the problem arises when requesting the access_token, the response is always a 403 (forbidden).
Is it possible that the authentication flow of Pocket changed and the authentication of the request_token isn't complete? I checked the authorized apps on my pocket profile and the app is listed there, so it's weird to me that we're getting this 403
The text was updated successfully, but these errors were encountered:
Maybe that means that they fixed a bug on their end, because as it says in the readme, it used to only work when logged out. sigh I guess I'd better update the readme...
Hi. I can't get an access token. I checked the code, and from what I understand the flow is:
I tried reproducing this flow manually (calling all the involved functions by hand) and it's clear that the problem arises when requesting the access_token, the response is always a 403 (forbidden).
Is it possible that the authentication flow of Pocket changed and the authentication of the request_token isn't complete? I checked the authorized apps on my pocket profile and the app is listed there, so it's weird to me that we're getting this 403
The text was updated successfully, but these errors were encountered: