I succesfully managed to login and logout instagram users in my application, but i want to create a new django user on first login, like "Register with Instagram", storing user tokens etc. to use their photos and data in my app
I'm totally new to python-social-auth, any tips on how to achieve this?