使用 Django 的 Social_auth 访问 Extra-Date

发布于 2024-11-09 17:52:40 字数 236 浏览 2 评论 0原文

我在 django 应用程序中使用 Social_auth 来使用 facebook connect。我已按照文档(https://github.com/omab/django-social-auth)中给出的步骤进行操作。但我在访问额外信息(例如“user_about_me”、“profile_pic”等)方面遇到了困难。我能够在我的数据库列中看到访问令牌,但我在使用它方面确实很困难。

有人可以帮助我吗?

提前致谢 :)

I am using social_auth in my django application to use facebook connect. I have followed steps which are given in the documentation (https://github.com/omab/django-social-auth). But I am struggling in accessing extra info such as 'user_about_me','profile_pic' etc. I am able to see the access token in my db column but I am really struggling in making use of it.

Can someone help me.

Thanks in advance :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难理解 2024-11-16 17:52:40

您必须为您的用户创建一个配置文件模型,以便存储额外的数据(如果您需要的话)。有了令牌,您应该能够使用 Graph Api https://developers。 facebook.com/docs/reference/api/user/
django-social-auth 就是这样..auth,而不是 Facebook 应用程序。

You will have to create a Profile model for your user in order to store additional data if thats what you need. With the token you should be able to make use of the Graph Api https://developers.facebook.com/docs/reference/api/user/
django-social-auth is just that.. auth, not a facebook app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文