Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'code_already_used' on https://slack.com/api/oauth.access #54

Open
mariordiaz opened this issue Jul 10, 2017 · 1 comment
Open

'code_already_used' on https://slack.com/api/oauth.access #54

mariordiaz opened this issue Jul 10, 2017 · 1 comment

Comments

@mariordiaz
Copy link

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.

@balindenberg
Copy link

@mariordiaz Did you end up finding a solution for this? I'm stuck on the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants