eware.SignedRequestMiddleware',
>
> 'facebook.middleware.AppRequestMiddleware',
>
> ]
>
>
>
> This 2 in MIDDLEWARE_CLASSES
>
> Then added
>
> url(r'^accounts/',include('facebook.backends.registration.urls')),
>
> url(r'^facebook/', include('face
you need to add the facebook package in your installed apps
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to
'^accounts/',include('facebook.backends.registration.urls')),
url(r'^facebook/', include('facebook.urls')),
as given in the documentation
when I compile it showing ModuleNotFoundError: No module named 'facebook.urls'
--
You received this message because you are
3 matches
Mail list logo