Closed GoogleCodeExporter closed 9 years ago
Woops!
Fixed by using gdata.gauth instead of gdata.auth
oauth_token = gdata.gauth.OAuthHmacToken(CONSUMER_KEY, CONSUMER_SECRET, TOKEN,
TOKEN_SECRET, gdata.gauth.ACCESS_TOKEN)
That fixed the problem
Original comment by evn@google.com
on 6 Dec 2010 at 11:52
Glad it works!
Original comment by vicfry...@google.com
on 7 Dec 2010 at 1:02
Original issue reported on code.google.com by
evn@google.com
on 6 Dec 2010 at 11:44