Skip to content

Problem with OAuth2 #923

@logicdavid

Description

@logicdavid

When logging in using
oauth = wbi_login.OAuth2(consumer_token=<...>, consumer_secret=<...>)
I get the error:
`
--> [454] python3.12/site-packages/oauthlib/oauth2/rfc6749/parameters.py:454) raise MissingTokenError(description="Missing access token parameter.")
456 if 'token_type' not in params and os.environ.get('OAUTHLIB_STRICT_TOKEN_TYPE'):
457 raise MissingTokenTypeError()

MissingTokenError: (missing_token) Missing access token parameter.
`

Indeed I was given an Access token (a very long hex) when I registered my bot for OAuth 2.0. Should this be passed somehow?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions