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

A model for video content to be shared.

Conforms to:FBSDKSharingContent
Superclass:NSObject
Declared in:FBSDKShareVideoContent.h
Properties
previewPhoto

The photo that represents the video.

@property (nonatomic, copy) FBSDKSharePhoto *previewPhoto;
video

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Instance Methods
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParameterDescription
content

The other content

- (BOOL) isEqualToShareVideoContent:(FBSDKShareVideoContent *)content;