FBSDKMessageDialog
这个类有新版本。查看 最新版本。

A dialog for sharing content through Messenger.

Conforms to:FBSDKSharingDialog
Inherits from:NSObject
Declared in:FBSDKMessageDialog.h
类方法
showWithContent:delegate:

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

参数描述
content

The content to be shared.

delegate

The receiver's delegate.

+ (instancetype)
showWithContent: (id<FBSDKSharingContent>)content
delegate: (id<FBSDKSharingDelegate>)delegate;
声明语言: FBSDKMessageDialog.h