Wednesday, March 2, 2011

Re: What apps or snippets to use for Facebook and Twitter registration, login and posting?

On Mar 2, 2011, at 8:28 AM, Rodrigo Cea 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.)
>

Pointing you here, since davidmarble does a nice rollup of the of options in a github readme

From:
https://github.com/davidmarble/Django-Socialauth

Important note
This is a fork to rollup other forks of this app and try to get it running with the most recent facebook/twitter/linkedin APIs. It is completely untested. Just thought I'd share the work while it's in-progress. It's supposed to allow logging in via Facebook, Yahoo, Gmail, Twitter and Openid.

It's sad that Rails has such a complete solution with omniauth -- Django has nothing to compare! I'm hoping we all rally around one of these projects to create our own omniauth. I'm not sure this is the best code base to start from. I'm also exploring the following:

https://github.com/pennersr/django-allauth
https://github.com/flashingpumpkin/django-socialregistration (note the forks)
https://github.com/kmike/django-registration-facebook-backend
https://github.com/zbowling/python-oauth2 (good fork of simplegeo's)
https://github.com/tschellenbach/Django-facebook.

Jason

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment