FBSDKShareVideoContent
Existe una versión más reciente de esta clase. Consulta la última versión.

A model for video content to be shared.

Conforms to:FBSDKSharingContent
Inherits from:NSObject
Declared in:FBSDKShareVideoContent.h
Propiedades
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 de instancia
isEqualToShareVideoContent:

Compares the receiver to another video content.

ParámetroDescripción
content

The other content

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