I am using django-allauth for user registration in my application via facebook and google. I can display the facebook image of the user. But I have no idea how to do it for google. for facebook, i have followed this tutorial http://www.sarahhagstrom.com/2013/09/the-missing-django-allauth-tutorial/
Can somebody suggest me how to display the google account image of user in my website.
As mentioned here How to populate user profile with django-allauth provider information? :
In your server-side code your can try
and in template you can get it like that