【发布时间】:2013-10-02 18:34:39
【问题描述】:
python oauth2 library 似乎实现了 oauth 1.0 协议。
import oauth2 as oauth 具有误导性,很可能它指的是实现 oauth 1.0 的第二版 python 库。
有没有实现 oauth 2.0 协议的 python 库? 以及使用它的示例。
我尝试了谷歌,但没有找到任何东西。
【问题讨论】:
python oauth2 library 似乎实现了 oauth 1.0 协议。
import oauth2 as oauth 具有误导性,很可能它指的是实现 oauth 1.0 的第二版 python 库。
有没有实现 oauth 2.0 协议的 python 库? 以及使用它的示例。
我尝试了谷歌,但没有找到任何东西。
【问题讨论】:
你真的应该试试rauth。它支持 OAuth 1.0/a 和 2.0
【讨论】: