Exceptions¶
Facebook error classes also see http://fbdevwiki.com/wiki/Error_codes#User_Permission_Errors
- exception open_facebook.exceptions.AliasException[source]¶
When you send a request to a non existant url facebook gives this error instead of a 404....
- exception open_facebook.exceptions.FeedActionLimit[source]¶
When you posted too many times from one user acount
- exception open_facebook.exceptions.OpenFacebookException[source]¶
BaseClass for all open facebook errors
- exception open_facebook.exceptions.OpenGraphException[source]¶
Raised when we get error 3502, representing a problem with facebook open graph data on the page
- exception open_facebook.exceptions.ParseException[source]¶
Anything preventing us from parsing the Facebook response
- exception open_facebook.exceptions.UnknownException[source]¶
Raised when facebook themselves don’t know what went wrong