Django从Twitter(social-auth-app-django)保存extra_data

时间:2019-05-05 04:48:15

标签: python django python-3.x

Django2.1 social-auth-app-django

我想从extra_data中保存用户的头像。但我不知道如何。

过去曾经写过类似的文章,但我不能这样做。 (信息是否过时?)
[post]:django django-allauth save extra_data from social login in signal

我现在要做的是从登录的用户extra_data获取化身。但是,由于无法保存,因此注销时无法使用。

settings.py

SOCIAL_AUTH_TWITTER_EXTRA_DATA = [
    ('name', 'name'),
    ('profile_image_url_https', 'picture'),
    ('link', 'profile_url'),
]

0 个答案:

没有答案