google / gdata-python-client

443 stars 227 forks source link

Add OAuth 2.0 support #34

Closed famzah closed 8 years ago

famzah commented 8 years ago

This commit adds OAuth 2.0 support, which currently is the only method for a script to authenticate to the Google platform. The "sample_util.py" is used (imported) by the following samples:

I've verified the change by testing with "samples/sites/sites_example.py".

googlebot commented 8 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


famzah commented 8 years ago

I signed the CLA.

googlebot commented 8 years ago

CLAs look good, thanks!

famzah commented 8 years ago

Anyone? :)

gildotdev commented 8 years ago

+1

aliafshar commented 8 years ago

Thanks.