django-social-auth 的登录模板
我已经成功安装了 django-social-auth。我输入了 API 密钥,它甚至可以工作。但现在我不知道如何创建一个登录模板,可以提供社交登录和传统注册。 我…
Django-social-auth 和 twitter 更新状态
我想使用 django-social-auth 创建应用程序。如何让用户更新 Twitter 状态的可能性? 我尝试使用 tweepy,但它写信给我: Invalid / expired Token 我…
django-social-auth django-registration 和 django-profiles -- 一起
有没有人使用过django-social-auth,django-registration 和 django-profiles 在一起。他们合作得好吗?我已经建立了social-auth,但我在某处读到 dja…
Django-social-auth 谷歌 oauth 令牌使用
我正在使用 Django-socila-auth 插件。它使用 google API 进行 Oauth 1.0 身份验证。问题是有人将它与 google python API (gdata) 一起使用吗?我的意…
Django Social Auth 和非活跃用户
对于我的网站,我使用 Django auth 应用程序和 django-social-auth (https://github.com /omab/django-social-auth)应用程序都工作正常。 当由于业务…
django-socialregistration 注册和登录不起作用
我对 django-socialregistration 的工作感到非常困惑。 所以我的设置文件: TEMPLATE_CONTEXT_PROCESSORS = ( "django.contrib.auth.context_processo…
在使用 django 和 django-social-auth 时如何向用户显示一个表单来设置用户名
我一直在使用 django-social-auth (https://github.com/omab/django-social-auth),并取得了一些成功 - 从 Twitter 和 Facebook 登录已经毫无困难地设…
Django-nonrel 和 Django-SocialAuth 可以很好地协同工作吗?
有人让 Django-SocialAuth 与 Django-nonrel 一起使用吗? 他们一起工作吗? 如果您已经做到了,请告诉我。有什么需要注意的地方吗?…
使用 django-socialregistration 并获取“Facebook”;对象没有属性“graph”;
我已经安装了 djangosocialregistration ,看起来它工作正常了一段时间,但现在我收到错误,我不知道它来自哪里。在我看来,我这样做是为了开始查看 A…
使用 Django 的 Social_auth 访问 Extra-Date
我在 django 应用程序中使用 Social_auth 来使用 facebook connect。我已按照文档(https://github.com/omab/django-social-auth)中给出的步骤进行操…
Django Socail-Auth 和 My Auth
我尝试安装 django 社交身份验证, 它位于 https://github.com/omab/django-social-auth 我如何关联定期注册和社交身份验证 例如,用户在 Twitter 或 …
有人使用 Django-Socialauth 成功吗
我正在使用 Django-Socialauth ,我的网站是 here 但我现在没有成功,我认为 Django-Socialauth 缺少一种获取用户的方法来自 openid_response 的数据…
有人使用 Django-Socialauth 成功吗
我正在使用 Django-Socialauth ,我的网站是 here 但我现在没有成功,我认为 Django-Socialauth 缺少一种获取用户的方法来自 openid_response 的数据…
使用 django-socialauth 找不到 Facebook 按钮
我想使用单个应用程序通过 twitter、facebook、openid、yahoo、google 登录。 所以我选择 django-socialauth 我读了这篇文章: django-socialauth-log…
在 Django 中创建用户通知系统
我正在添加一个系统,为用户留下“通知”,以便在下次登录时显示。我在 models.py 文件中创建了一个简单的通知类。我有这个 UserInfo 类(在同一个 mo…
- 共 1 页
- 1