FBSDKSharingDialog
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

The common interface for dialogs that initiate sharing.

Extends Protocol:FBSDKSharing
Declared in:FBSDKSharingDialog.h
인스턴스 메서드
canShow

A Boolean value that indicates whether the receiver can initiate a share.

- (BOOL) canShow;
Discussion:

May return NO if the appropriate Facebook app is not installed and is required or an access token is required but not available. This method does not validate the content on the receiver, so this can be checked before building up the content.

정의된 값: FBSDKSharingDialog.h
show

Shows the dialog.

- (BOOL) show;
정의된 값: FBSDKSharingDialog.h