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 (inc
Have you tried the official gdata python api ?
It ships with an oauth client and hides the complexity of oauth calls.
http://code.google.com/p/gdata-python-client/