How did you acquire and install socialauth? Looks like you are forgetting to quote a view name in your urls.py
On Mar 20, 2011 10:55 AM, "Nge Nge" <ngenge.mon...@gmail.com> wrote: Hi everyone ! I am trying to connect facebook from django web page with login and registartion. I already try with the Django-Socialauth. I am facing the following error. How can I solve? Please help me. I am running with python 2.6 on aptana studio 3. http://127.0.0.1:8080/facebook_login/ NameError at /facebook_login/ name 'complete' is not defined Request Method: GET Request URL: http://127.0.0.1:8080/facebook_login/ Django Version: 1.2.3 SVN-15765 Exception Type: NameError Exception Value: name 'complete' is not defined Exception Location: /home/mya/FBWorkSpace/FBTestSocialauth/ FBTestSocialauth/Django-Socialauth/socialauth/urls.py in <module>, line 23 Python Executable: /usr/bin/python Python Version: 2.6.6 Python Path: ['/home/mya/FBWorkSpace/FBTestSocialauth/ FBTestSocialauth', '/usr/local/lib/python2.6/dist-packages/ pyfacebook-1.0a2-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/ pip-0.8.3-py2.6.egg', '/usr/local/lib/python2.6/dist-packages/ virtualenv-1.5.2-py2.6.egg', '/usr/lib/python2.6', '/usr/lib/python2.6/ plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib- old', '/usr/lib/python2.6/lib-dynload', '/usr/local/lib/python2.6/dist- packages', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/ dist-packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/ lib/pymodules/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.6/gtk-2.0'] Server time: Sun, 20 Mar 2011 09:46:07 -0500 -- 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. -- 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.