I want to add login from social auth in my project. i.e. I want to use django social auth.
I followed following document document 1, document 3 and "STEP-BY-STEP GUIDE TO SOCIAL LOGINS WITH DJANGO SOCIAL AUTH" document.
But after following every document, i am getting following errors....
1. error when login from facebook and google_oauth2
Exception Type: AttributeError
Exception Value: can't set attribute
and
2. error when login from twitter.
Exception Type: IntegrityError
Exception Value: Key (email)=() already exists.
Please help me for solving this errors or tell me how to follow these document or tell me any other document to use django social auth in my project.
I am new in django..