/ social-auth / login / twitter / 403上的HTTPError

时间:2018-08-06 12:12:54

标签: django ssl twitter oauth

我正在尝试使用oauth登录Twitter。我已经包含了ssl证书,让我们可以加密来保护我的网址,因此我的网址是https,但是仍然出现此错误,应该在django代码中进行更改。

我已使用social-oauth库进行Twitter登录

1 个答案:

答案 0 :(得分:0)

social-auth需要https,它将无法在http

上运行

与其使用192.x.x.x.x:xxxx而不是127.x.x.x.x:xxxxlocalhost,它只有在他们需要https,facebook,twitter等的情况下,才可以使用。

就在地址栏中 localhost:8000,并且在Facebook上也有同样的问题