On Mar 2, 4:28 pm, Rodrigo Cea <[email protected]> wrote: > I am developing a site that I want to link with Facebook and Twitter. > > So as to not reinvent the wheel, I'm looking for apps or snippets that can > help with this, specifically: > > 1) allow users to register and login with their Facebook and/or Twitter > accounts. > > 2) Have these accounts be linked to the local one (crossposting to their FB > and Twitter account, pulling in their posts on FB and TW, etc.) > > Thanks, > > Rodrigo
Hi Roderigo, I have recently done this for facebook and used http://code.google.com/p/django-facebookconnect/. I started with django-socialauth but as a newcomer to django and python I got myself in a tangle so unwound it and went for the simpler facebookconnect options. Downside is it is only facebook. Guy. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

