Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Update (11/26/2013)</strong>: I'm updating my recommendation. Since a sufficient amount of time has passed since I wrote this answer, I would recommend <strong><a href="https://github.com/omab/python-social-auth" rel="nofollow noreferrer">python-social-auth</a></strong> or <strong><a href="https://github.com/pennersr/django-allauth" rel="nofollow noreferrer">django-allauth</a></strong> as the best tools for the job. They are active projects with good documentation and support for a lot more than just Facebook. I've had success using both.</p> <hr> <p>I have had the most luck with adapting <a href="http://github.com/flashingpumpkin/django-socialregistration" rel="nofollow noreferrer">django-socialregistration</a> with <a href="http://bitbucket.org/ubernostrum/django-registration/overview/" rel="nofollow noreferrer">django-registration</a> (0.8). Since you're working with django-registration, you're going to have to do a little bit of work, since all three of those packages assume the role of both the creation and the authentication of the user.</p> <p>I was just going to explain what needed to be done, but you inspired me to finally get my version out: <strong><a href="http://github.com/bryanveloso/hello-social-registration" rel="nofollow noreferrer">hello-social-registration</a></strong>. </p> <p>Like I alluded to, it separates gives the registration functions to a django-registration backend and handles all the authorization itself. I've been using this on my near-beta application for a while now with no problems (I also handed it to a friend to use a few months ago and he got it to work without much modification).</p> <p>It's <em>definitely</em> not ready to be a plug-and-play reusable application, yet, but hopefully it'll provide you with some insight. :)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload