Exceptions

exception django_facebook.exceptions.AlreadyConnectedError(users)[source]

Raised when another user account is already connected to your Facebook id

exception django_facebook.exceptions.AlreadyRegistered[source]

Raised if you try to register when there’s already an account with the given email or facebook id

exception django_facebook.exceptions.FacebookException[source]

Base class for Facebook related exceptions

exception django_facebook.exceptions.IncompleteProfileError[source]

Raised when we get insufficient data to create a profile for a user. One example is a Facebook token, without permissions to see the email.

exception django_facebook.exceptions.MissingPermissionsError[source]

Raised if we lack permissions