django-facebookconnect
django-facebookconnect copied to clipboard
Use facebook connect in your Django project
Hello, in our workflow we don't need the setup stage, as we only allow Facebook logins, so I've added a settings.py directive to make the setup stage optional and always...
in prep for 1.2, this needs to be there or else 403. Would be a handy default.
Pre-existing cookies (django auth) prevent normal django-auth login after install of facebookconnect
Random issue and quite possibly not your problem but I've spent 3hrs tearing my hair out over this. Activating facebookconnect resulting in standard authentication not working (deactivating restored it). It...
Ryan, Thanks for sharing your code for django/facebook connect integration. I am having a slight issue with authentication. I am using the views code to handle authentication that Michael Trosen...