Forums

Import Error

I tried to import open_facebook to get a long lived access token but I keep getting the error

Error was: No module named open_facebook.api

Request Method:     POST

We don't have django-facebook installed. You can install it for yourself like this:

pip install --user django-facebook

if you're using a virtualenv, you can just activate the virtualenv and install it normally.