Tuesday, January 17, 2017

What is the best library for Facebook social auth?

Hi,

I am new to Django and web development in general. I am trying to incorporate facebook social auth into django. I assume this is a common need for which there is a well supported library.

I was using django-social-auth and running into a lot of errors. In particular, I am currently receiving the following error when trying to authenticate:

AuthAlreadyAssociated at /oauth/complete/facebook/ This facebook account is already in use.


Does anyone have guidance on this error?

Anyways, I noticed this library has been deprecated for python-social-auth. But when I visited its github page, I see that python-social-auth itself was deprecated last month. So what is the recommended solution here, if not django-social-auth?


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ef1c348b-3992-46fb-b179-baf7ed9269e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment