Open GoogleCodeExporter opened 9 years ago
Is the sample OAuth code here what you are looking for?
http://code.google.com/p/gdata-python-client/source/browse/samples/oauth/oauth_on_appengine/main_hmac.py
Original comment by joe.gregorio@gmail.com
on 17 Sep 2010 at 6:40
Agreed, this is very confusing.
I followed the Python version of this guide which was accurate and useful up
until the point of actually using a stored access token (using HMAC_SHA1):
http://code.google.com/apis/gdata/docs/auth/oauth.html#UseAccessToken
The earlier example steps on the same page do a good job of delineating between
v2.0+ classes based off of GDClient and older v1.0 classes based off of
GDataService, but this last one does not.
Using the access token as given in the example results in cascading errors that
I can't seem to diagnose.
Assistance would be much appreciated.
Kieran
Original comment by kieran.f...@gmail.com
on 21 Oct 2010 at 12:40
Original issue reported on code.google.com by
alx.vivien
on 7 Aug 2010 at 10:31