标签: python django python-social-auth
如何使用python social auth从Twitter帐户注销。我尝试了auth.logout(),但它退出了请求 - 而不是Twitter帐户。
auth.logout()
答案 0 :(得分:0)
实际上,我发现你需要清除缓存。
我对推特不确定。
那就是我的其他社交后端。