FBSDKShareConstants
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.
상수
FBSDKShareErrorDomain
FBSDK_EXTER N NSString *const FBSDKShareErrorDomain;
Discussion:

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

정의된 값: FBSDKShareConstants.h
Typedef
NS_ENUM

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

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

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

정의된 값: FBSDKShareConstants.h
NS_ENUM(NSInteger, FBSDKShareErrorCode)

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

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

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

정의된 값: FBSDKShareConstants.h