Hi All!

I am already tried to login from my django form via facebook login.
I am testing with django-socialregistration from (
https://github.com/flashingpumpkin/django-socialregistration.git).
I am facing the following error when I run my program.
Please help  me.. How should I do??

Nge

AttributeError at /

'module' object has no attribute 'get_user_from_cookie'

Request Method:         GET
Request URL:    http://127.0.0.1:8080/
Django Version:         1.2.5
Exception Type:         AttributeError
Exception Value:

'module' object has no attribute 'get_user_from_cookie'

Exception Location:     /home/mya/FBWorkSpace/FacebookTest/FacebookTest/
django-socialregistration/socialregistration/middleware.py in
process_request, line 24
Python Executable:      /usr/bin/python
Python Version:         2.6.6
Python Path:    ['/home/mya/FBWorkSpace/FacebookTest/FacebookTest', '/
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/
local/lib/python2.6/dist-packages/django_social_auth-0.3.8-py2.6.egg',
'/usr/local/lib/python2.6/dist-packages/python_openid-2.2.5-
py2.6.egg', '/usr/local/lib/python2.6/dist-packages/oauth2-1.5.167-
py2.6.egg', '/usr/local/lib/python2.6/dist-packages/Django-1.2.5-
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:    Mon, 21 Mar 2011 15:19:17 -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.

Reply via email to