与 react-native-fbsk 分享视频

Posted

技术标签:

【中文标题】与 react-native-fbsk 分享视频【英文标题】:share video with react-native-fbsk 【发布时间】:2017-10-17 14:28:34 【问题描述】:

我正在尝试使用 react-native-fbsdk 将视频发布到 Facebook

到目前为止,我设法使用此代码将图像发布到 Facebook!

        const sharePhotoContent = 
            contentType: 'photo',
            photos: [
                
                    imageUrl: uri,
                    userGenerated: false,
                
            ]
        ;
        this.setState( sharePhotoContent: sharePhotoContent, )
    )

我尝试通过多种方式发布视频,但找不到正确的方式?

//这个不行!!

 this.refs.viewShot.capture().then(uri => 
        const shareVideoContent = 
            contentType: 'video',
            localUrl: image,
        ;
        this.setState( shareVideoContent: shareVideoContent, )
    )

有人已经这样做了吗?

会很棒!

【问题讨论】:

【参考方案1】:

如果您检查this page,您可以找到视频分享内容结构。

export type ShareVideoContent = 
  // The type of content to be shared is photo.
  contentType: 'video',

  // Common parameters for share content;
  commonParameters?: ShareContentCommonParameters,

  // URL for the content being shared.
  contentUrl?: string,

  // Video to be shared.
  video: ShareVideo,

  //  Description of the video.
  contentDescription?: string,

  // Title of the video.
  contentTitle?: string,

  // The photo that represents the video.
  previewPhoto?: SharePhoto,
;

export type ShareVideo = 
  // The URL to the video. Must point to the location of the video on disk.
  localUrl: string,
;

【讨论】:

不是直接的。如果您有任何问题,我可以尝试提供帮助。只需使用当前版本更新您的代码,以便我更好地检查它。

以上是关于与 react-native-fbsk 分享视频的主要内容,如果未能解决你的问题,请参考以下文章

一套数据分析视频教程与R语言全套资料免费下载

视频复杂网络分析CNA简介与R语言对婚礼数据聚类社区检测和可视化|数据分享|附代码数据

中秋礼物一套数据分析与R语言视频教程资料

视频什么是非线性模型与R语言多项式回归局部平滑样条 广义相加GAM分析工资数据|数据分享|附代码数据

资源分享8:R语言与数据分析

[讲座]王蓓:R语言与数据统计·第三讲 线型混合模型分析