Conforms to FBSDKSharing
Declared in FBSDKSharing.h

Tasks

Instance Methods

canShow

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

- (BOOL)canShow

Return Value

YES if the receiver can share, otherwise NO.

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.

Declared In

FBSDKSharing.h

show

Shows the dialog.

- (BOOL)show

Return Value

YES if the receiver was able to begin sharing, otherwise NO.

Declared In

FBSDKSharing.h