oauth , python and google API?

前端 未结 2 1894
栀梦
栀梦 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/

提交回复
热议问题