views:

149

answers:

2

Hi,

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:

  • uswaretech which has a poor doc, a very bad template system
  • elfsternberg which is defended by this but was last updated nov09
  • agiliq update one month ago but seems to have even more bugs... (though sternberg is part of the contributors)
  • others which are even less transparent

what do you recommend?

+2  A: 

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

diegueus9
(and open source when you're finished)
sdolan
The fact that django-facebookconnect can work with *existing* user accounts is key - with the other systems you end up with a tangle of duplicate users if they log in once normally, another time with FB, another time with Twitter. Chaos ensues.
shacker
A: 

Hello, 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.

DjangoRocks