Oauth for Google API example using Python / Django
- by DrDee
Hi,
I am trying to get Oauth working with the Google API using Python. I have tried different oauth libraries such as oauth, oauth2 and djanog-oauth but I cannot get it to work (including the provided examples).
For debugging Oauth I use Google's Oauth Playground and I have studied the API and the Oauth documentation
With some libraries I am…