FBSDKShareVideoContent
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

A model for video content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareVideoContent.h
Propriedades
previewPhoto

The photo that represents the video.

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

The video to be shared.

@property (nonatomic, copy) FBSDKShareVideo *video;
Métodos da instância
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParâmetroDescrição
content

The other content

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