= "\(NSHomeDirectory())/Documents" let videoUrl = NSURL(fileURLWithPath: "\(documentsPath)/video.mp4") let video = FBSDKShareVideo(videoURL: videoUrl) let content = FBSDKShareVideoContent() content.video = video FBSDKShareDialog.showFromViewController(self, withContent: content, delegate: self) }