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