This sample demonstrates a basic structure that you can use to perform 3-legged OAuth using the Google Data Python client library in Google App Engine. This particular example talks to the Documents List Data API. App Engine (Python) + OAuth sample Note: The sample is available in two versions, one that signs requests with RSA-SHA1 and another that signs with HMAC-SHA1. egilchri said... Hi, I've b

