python - How to link facebook account in Django -
i'm using django-allauth authentication in project. have 3 ways login/register:
standart way (by email - has unique), facebook , openid (google, yahoo)
now if user trying log in account email in database, gets error email exist.
i give user possibility link account facebook after log in. possible in django-allauth?
you can go through link. may you.
http://code.google.com/p/django-facebookconnect/wiki/installation
Comments
Post a Comment