How to store the get Facebook profile picture of a user while logging in through Facebook and saving it in my userprofile model.
I found this link which says how to do so using django-social-auth, https://gist.github.com/kalamhavij/1662930. but signals is now deprecated and I have to use pipeline.
Any idea how can I do the same using python-social-auth and pipeline?