-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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