Mermoz
Mermoz

Reputation: 15474

Django socialauth: what is the best fork?

i'm trying to install socialauth in my django application to have openid and facebook login, but it seems there are various versions of socialauth:

what do you recommend?

Upvotes: 3

Views: 705

Answers (2)

DjangoRocks
DjangoRocks

Reputation: 14198

I understand you asked for socialauth, but I thought you can try using socialregistration found at: http://github.com/flashingpumpkin/django-socialregistration

It worked for me.

Upvotes: 1

diegueus9
diegueus9

Reputation: 31532

I really dont suggest you socialauth, have some bugs, facebook connect doesn't work fine, i suggest you find a good app for oauth, openid and use django-facebookconnect or oficial python/javascript sdk facebook with opengraph

Upvotes: 2

Related Questions