FBSDKSharing
@protocolFBSDKSharing<NSObject>The common interface for components that initiate sharing.
See
FBSDKShareDialog
See
FBSDKMessageDialog
@protocolFBSDKSharing<NSObject>@property(nonatomic,weak,readwrite)id<FBSDKSharingDelegate>_Nullabledelegate;weakvardelegate:SharingDelegate?{getset}@property(nonatomic,copy,readwrite,nullable)id<FBSDKSharingContent>shareContent;@NSCopyingvarshareContent:SharingContent?{getset}@property(nonatomic,assign,unsafe_unretained,readwrite)BOOLshouldFailOnDataError;varshouldFailOnDataError:Bool{getset}-(BOOL)validateWithError:(NSError*_Nullable*_Nullable)errorRef;funcvalidate()throws