本文介绍了oauth 、python 和 google API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使用 Python 验证 google API 的最佳方法是什么?
Best way to authentiacte google API using Python?
1) oauth2) 授权订阅
1) oauth2) AuthSub
有没有oauth2.o + python + google的教程
Is there any tutorials for oauth2.o + python + google
推荐答案
您可以尝试:https://bitbucket.org/smartproject/oauth2python
它是经过充分测试和记录的库.它在谷歌应用引擎上运行流畅.
It is well tested and documented library. It runs smoothly on google app engine.
连接 Google 和 Facebook 的演示:http://esmeoauth.appspot.com/
Demo that connects with Google and Facebook: http://esmeoauth.appspot.com/
这篇关于oauth 、python 和 google API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!