摘要:
最近在用wxpyhon google 联系人应用, 不能避免的遇到了使用oauth 验证的问题。首先贴一下关于 OAuth 2.0 的官方文档 https://developers.google.com/accounts/docs/OAuth2然后再贴一下 中文文档 http://blog.csdn.net/totogogo/article/details/6860966Google提供下列4种方式的OAuth 2.0:TheClient-side Applications flow for JavaScript applications running in a browser该flow适用 阅读全文