This repository was archived by the owner on Jan 2, 2020. It is now read-only.

Description
Hi,
I'm having a bit of an issue getting oAuth working with the lib. I found that .get_authentication_url() doesn't exist in the ouath_client.
auth_start_url = oauth_client.get_authentication_url()
I've tried with the following, which works: sends and email and then hits the webhook in my application with the code. However I then have an issue with the following returning an exception.
oauth_client.fetch_access_token(myOauthCode)
Exception:
oauthlib.oauth2.rfc6749.errors.MissingTokenError: (missing_token) Missing access token parameter.
Not sure if i'm missing something?
Any help is much appreciated.
Ryan