简体   繁体   English

在Facebook页面上分享视频

[英]Share video on a page on facebook

I want to share a video from my site on a page on facebook, not on my profile. 我想在Facebook上的页面上而不是在我的个人资料上共享网站中的视频。
For Eg: I want to share video on https://www.facebook.com/pages/Opticians/108277472608071 例如:我想在https://www.facebook.com/pages/Opticians/108277472608071上分享视频

I have a button as post to wall . 我有一个按钮贴在墙上 On clicking it the video should get uploaded on the above mentioned page. 单击它后,视频应在上述页面上上传。 I searched a lot for this but I ended in getting only share button which shares the post/video to our profile. 我为此进行了很多搜索,但最终只获得了“分享”按钮,可以将帖子/视频分享到我们的个人资料。 How can i share that video on a different page on facebook? 如何在Facebook的其他页面上分享该视频?

Any Help would be greatly appreciated. 任何帮助将不胜感激。

The reference page for this API can be found here . 可以在此处找到此API的参考页。 And here is a Facebook Developers blog post related to your problem. 这是与您的问题相关的Facebook Developers博客文章

According to this resources Facebook provides graph-video.facebook.com endpoint, that can be used to upload a video to user's wall. 根据此资源,Facebook提供了graph-video.facebook.com端点,可用于将视频上传到用户的墙。 You need to perform HTTP POST request to this endpoint passing video file in file POST parameter. 您需要在file POST参数中通过此视频文件对此端点执行HTTP POST请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM