oauth , python and google API?

前端 未结 2 1893
栀梦
栀梦 2021-01-22 19:10

Best way to authentiacte google API using Python?

1) oauth 2) AuthSub

Is there any tutorials for oauth2.o + python + google

相关标签:
2条回答
  • 2021-01-22 19:53

    You can try: https://bitbucket.org/smartproject/oauth2python

    It is well tested and documented library. It runs smoothly on google app engine.

    Demo that connects with Google and Facebook: http://esmeoauth.appspot.com/

    0 讨论(0)
  • 2021-01-22 19:56

    why you would write full separate code in python ? there is already a module of python which is really easy and useful http://code.google.com/p/gdata-python-client/ use that module it's quick and reliable.

    0 讨论(0)
提交回复
热议问题