Hi Everyone, I've been trying to get the django-facebookconnect (http:// code.google.com/p/django-facebookconnect/) app working with my site.
The problem I'm having is that I don't know how to "plug-in" the views and urls for this plugin I have "hacked" it by simply copying the urls.py from the facebookconnect project into my project/urls.py but I'm not sure if this is what I should be doing. Does anyone have any experience getting the urls, views, templates, etc working with this? What I would ideally like to do is the following: 1) user is presented with an option to facebook-login or django-login (provided by django-registration) 2) if the user chooses django-login....everything goes as normal for django-registration 3) if the user chooses facebook-login: facebook connect login pops up, user enters credentials then: user has option to create an account on my site, link their facebook account to an existing django-account on my site, or do nothing Any ideas? All help is greatly appreciated. thanks! --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---