Fields Summary |
---|
public static final Integer | GEN_UNKNOWN_ERRORAn unspecified error occured. |
public static final Integer | GEN_SERVICE_ERRORAPI service is temporarily down. |
public static final Integer | GEN_UNKNOWN_METHODUnknown API method specified |
public static final Integer | GEN_TOO_MANY_CALLSToo many API calls have been made |
public static final Integer | GEN_BAD_IPThe API call was made from a machine with a blocked IP |
public static final Integer | GEN_WRONG_API_SERVERAn invalid API server URL was specified |
public static final Integer | GEN_INVALID_PARAMETERA specified API parameter was invalid, or a required parameter was missing |
public static final Integer | PHOTO_INVALID_USER_IDSpecified user not valid |
public static final Integer | PHOTO_INVALID_ALBUM_IDSpecified album not valid |
public static final Integer | PHOTO_INVALID_PHOTO_IDSpecified photo not valid |
public static final Integer | FEED_INVALID_PRIORITYFeed priority value not valid |
public static final Integer | GEN_PERMISSIONS_ERRORThe requested action generated a permissions error |
public static final Integer | FBML_DESKTOP_FBML_RESTRICTEDDesktop app tried to set FBML for an invalid user |
public static final Integer | PERM_REQUIRED_STATUSUpdating a user's status requires extended permissions |
public static final Integer | PERM_REQUIRED_PHOTOSEditing existing photos requires extended permissions |
public static final Integer | PHOTOS_ALBUM_FULLThe specified album is full |
public static final Integer | PHOTOS_INVALID_TAG_SUBJECTThe specified photo tag target is invalid |
public static final Integer | PHOTOS_TAG_NOT_ALLOWEDThe specified photo cannot be tagged |
public static final Integer | PHOTOS_BAD_IMAGEThe photo file is invalid or missing |
public static final Integer | PHOTOS_TOO_MANY_PHOTOSToo many photos are pending |
public static final Integer | PHOTOS_TOO_MANY_TAGSToo many tags are pending |
public static final Integer | FBML_MARKUP_NOT_SETFailed to set FBML parkup |
public static final Integer | FEED_LIMIT_REACHEDFeed publication limit reached |
public static final Integer | FEED_ACTION_LIMIT_REACHEDFeed action limit reached |
public static final Integer | FEED_TOO_MANY_LINKSFeed title contains too many links |
public static final Integer | FEED_TITLE_LENGTH_EXCEEDEDFeed title is too long |
public static final Integer | FEED_INCORRECT_USERLINKToo many fb:userLink tags in title, or like points to an invalid user |
public static final Integer | FEED_BLANK_TITLEFeed title is blank |
public static final Integer | FEED_BODY_LENGTH_EXCEEDEDFeed body is too long |
public static final Integer | FEED_PHOTO_NOT_FOUNDCould not find photo to include in feed |
public static final Integer | FEED_PHOTO_LINK_INVALIDSpecified photo URL for feed is invalid |
public static final Integer | FQL_UNKNOWN_ERRORAn unknown error occured when processing FQL |
public static final Integer | FQL_PARSE_ERRORFQL query fails to parse |
public static final Integer | FQL_FIELD_NOT_FOUNDField referenced in FQL was not found |
public static final Integer | FQL_TABLE_NOT_FOUNDTable referenced in FQL was not found |
public static final Integer | FQL_NOT_INDEXABLEFQL query cannot be indexed |
public static final Integer | FQL_INVALID_FUNCTIONThe requested FQL function was not found |
public static final Integer | FQL_INVALID_PARAMETERThe FQL query includes an invalid parameter |
public static final Integer | GEN_REF_SET_FAILEDUnknown error, please try the request again |