I installed django-Facebook and Django-registration. Django-registration is working fine but django-Facebook is not.I need to post status to Facebook via textarea provided in my site. As i am newbie to Django, a clear and step-by-step guide would be helpful. Thanks in advance!
Asked
Active
Viewed 475 times
1
-
I think the problem is using 2 different backends, django-registration and django-facebook, in this case I prefer using the facebook API. – PepperoniPizza Mar 20 '13 at 15:15
-
1Step-by-step: http://www.laurentluce.com/posts/facebook-connect-with-django/ – catherine Mar 20 '13 at 15:56