简体   繁体   English

oauth 、python 和 google API?

[英]oauth , python and google API?

Best way to authentiacte google API using Python?使用 Python 验证 google API 的最佳方法?

1) oauth 2) AuthSub 1) oauth 2) AuthSub

Is there any tutorials for oauth2.o + python + google有没有oauth2.o + python + google的教程

You can try: https://bitbucket.org/smartproject/oauth2python你可以试试: 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/与 Google 和 Facebook 连接的演示: http : //esmeoauth.appspot.com/

why you would write full separate code in python ?为什么要在 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.已经有一个 python 模块,它非常简单和有用http://code.google.com/p/gdata-python-client/使用该模块,它既快速又可靠。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM