I want to display a picture of the current_user in my template. How can I access the user's facebook id when I'm using django-allauth?
|
|
|
For each user that is signed up via a social account a How you want to deal with this is project dependent. I can imagine one would want to copy the profile image locally, or perhaps you would want to give preference to the Google+ profile picture above the Facebook one, and so on. The
The ID is also available:
See also: https://github.com/pennersr/django-allauth/blob/master/allauth/socialaccount/models.py#L72 |
|||
|
|