使用 PHP 将视频发布到用户 Facebook 墙

发布于 2024-12-03 02:03:56 字数 191 浏览 0 评论 0原文

我希望我网站的用户上传带有标题和说明的视频。发布的视频将保存在服务器上,并发布到用户的 Facebook 墙上。

我所做的

  1. 将视频保存在服务器上。
  2. 创建 Facebook 应用程序以获取 App Id 和 Secret ID。

如何将视频发布到用户的 Facebook 墙上?

I want users of my website to upload videos with title and description. The posted video will be saved on server and also published to the user's facebook wall.

What I have done

  1. Save video on server.
  2. Create Facebook application to get the App Id and Secret ID.

How I can post the video to user's Facebook wall?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泡沫很甜 2024-12-10 02:03:56

只需将该视频的链接发布到 Facebook 即可。如果我没记错的话,它会自动转换。或者您可以将其添加到虚拟页面中发布到该对象的链接,

    <meta name="video_width" content="460" />
    <meta name="video_height" content="460" />
    <meta name="video_type" content="application/x-shockwave-flash" />
    <link rel="image_src" href="http://addr.es/to/image.jpg" /> 
    <link rel="video_src" href="http://addr.es/to/video.swf "/>

它必须是 flash 对象!

Just post a link to that video into facebook. It will automatically convert it, if I'm not wrong. Or you can add this into dummy page & post link to that one

    <meta name="video_width" content="460" />
    <meta name="video_height" content="460" />
    <meta name="video_type" content="application/x-shockwave-flash" />
    <link rel="image_src" href="http://addr.es/to/image.jpg" /> 
    <link rel="video_src" href="http://addr.es/to/video.swf "/>

it has to be flash object!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文