Python slackclient oauth.access call returning 'invalid_code' error Python slackclient oauth.access call returning 'invalid_code' error flask flask

Python slackclient oauth.access call returning 'invalid_code' error


It seems to be a problem with the Python SDK. I think this pull request fixes this

https://github.com/slackapi/python-slackclient/pull/527

In the meantime it may be easier to revert to version 2.1.0


This issue is solved in v2.2.1 of slackclient

See changelog:

[WebClient] Oauth previously failed to pass along credentials properly. This is fixed now. #527