Oauth for Google API example using Python / Django

前端 未结 6 562
傲寒
傲寒 2021-01-30 05:11

I am trying to get Oauth working with the Google API using Python. I have tried different oauth libraries such as oauth, oauth2 and djanog-oauth but I cannot get it to work (inc

6条回答
  •  不知归路
    2021-01-30 05:52

    Have you tried the official gdata python api ? It ships with an oauth client and hides the complexity of oauth calls. http://code.google.com/p/gdata-python-client/

提交回复
热议问题