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

A video for sharing.

Conforms to:FBSDKCopying, NSSecureCoding
Inherits from:NSObject
Declared in:FBSDKShareVideo.h
Propriedades
videoURL

The file URL to the video.

@property (nonatomic, copy) NSURL *videoURL;
Declarado em: FBSDKShareVideo.h
Métodos de classe
videoWithVideoURL:

Convenience method to build a new video object with a videoURL.

ParâmetroDescrição
videoURL

The URL to the video application

+ (instancetype) videoWithVideoURL:(NSURL *)videoURL;
Declarado em: FBSDKShareVideo.h
Métodos da instância
isEqualToShareVideo:

Compares the receiver to another video.

ParâmetroDescrição
video

The other video

- (BOOL) isEqualToShareVideo:(FBSDKShareVideo *)video;
Declarado em: FBSDKShareVideo.h