You can get the ID (SOCIAL_AUTH_GOOGLE_OAUTH2_KEY) and secret (SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET) of your app at https://console.developers.google.com/apis/credentials and more information on how to create one on https://developers.google.com/identity/protocols/OAuth2.
For testing purposes, you can use the access token from https://developers.google.com/oauthplayground/.
For more information on how to configure python-social-auth with Google visit https://python-social-auth.readthedocs.io/en/lates....