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
Hello guys. I am using this library for authorizing users.
I am getting the 'code' from slack after authorizing the app.
After that I execute a GET to https://slack.com/api/oauth.access passing client_id, client_secret and the code received in the previous step. And I get {ok:false, error:'code_already_used'}
I tried:
Revoking all token and doing it again.
Getting authorization code using this library and using link button. both worked fine, but using the returned code always gets the same result.
Hello guys. I am using this library for authorizing users.
I am getting the 'code' from slack after authorizing the app.
After that I execute a GET to https://slack.com/api/oauth.access passing client_id, client_secret and the code received in the previous step. And I get {ok:false, error:'code_already_used'}
I tried:
Revoking all token and doing it again.
Getting authorization code using this library and using link button. both worked fine, but using the returned code always gets the same result.
this error code is not listed as possible error of https://slack.com/api/oauth.access enpoint.
The text was updated successfully, but these errors were encountered: