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