FBSDKMessageDialog
A more recent version of this class is available. Check out the latest version.

A dialog for sharing content through Messenger.

Conforms to:FBSDKSharingDialog
Superclass:NSObject
Declared in:FBSDKMessageDialog.h
Class Methods
showWithContent:delegate:

Convenience method to show a Message Share Dialog with content and a delegate.

ParameterDescription
content

The content to be shared.

delegate

The receiver's delegate.

+ (instancetype)
showWithContent: (id<FBSDKSharingContent>)content
delegate: (id<FBSDKSharingDelegate>)delegate;