FBSDKShareConstants
A more recent version of this class is available. Check out the latest version.
Constants
FBSDKShareErrorDomain
FBSDK_EXTER N NSString *const FBSDKShareErrorDomain;
Discussion:

Error codes from the SDK in the range 200-299 are reserved for this domain.

Typedefs
NS_ENUM

The error code for when a sharing dialog is not available.

typedef NS_ENUM(NSInteger, FBSDKShareErrorCode) {
FBSDKShareReservedErrorCode = 200,
FBSDKShareOpenGraphErrorCode,
FBSDKShareDialogNotAvailableErrorCode,
};
Discussion:

Use the canShare methods to check for this case before calling show.

NS_ENUM(NSInteger, FBSDKShareErrorCode)

The error code for when a sharing dialog is not available.

typedef NS_ENUM(NSInteger, FBSDKShareErrorCode) {
FBSDKShareReservedErrorCode = 200,
FBSDKShareOpenGraphErrorCode,
FBSDKShareDialogNotAvailableErrorCode,
};
Discussion:

Use the canShare methods to check for this case before calling show.