Oauth for Google API example using Python / Django

前端 未结 6 448
傲寒
傲寒 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 06:11

    IIRC Google oauth is not quite following the standard, you have to specify what service you're requesting for (look at the examples provided in the google docs) in the request as an additional parameter, or it won't work.

提交回复
热议问题