Index Hierarchy FBSDKShareVideo Class Reference Inherits from NSObject Conforms to FBSDKCopyingNSSecureCoding Declared in FBSDKShareVideo.h Tasks + videoWithVideoURL: videoURL property – isEqualToShareVideo: Properties videoURL The file URL to the video. @property (nonatomic, copy) NSURL *videoURL Return Value URL that points to the location of the video on disk Declared In FBSDKShareVideo.h Class Methods videoWithVideoURL: Convenience method to build a new video object with a videoURL. + (instancetype)videoWithVideoURL:(NSURL *)videoURL Parameters videoURL The URL to the video application Declared In FBSDKShareVideo.h Instance Methods isEqualToShareVideo: Compares the receiver to another video. - (BOOL)isEqualToShareVideo:(FBSDKShareVideo *)video Parameters video The other video Return Value YES if the receiver’s values are equal to the other video’s values; otherwise NO Declared In FBSDKShareVideo.h Index Hierarchy