使用Facebook SDK发布嵌入式Youtube视频链接

时间:2014-06-06 10:55:16

标签: android facebook-graph-api youtube

我想在Facebook墙上发布Youtube视频。我正在使用Facebook Android SDK 3.0.1 我找到了这个教程: Posting an embedded YouTube link using the Facebook sdk

当我直接在我的Facebook墙上发布Youtube视频时,它看起来像这样:

enter image description here

当我通过Android应用程序发布Youtube视频时,它看起来像这样:

enter image description here

我实际上有两个问题:

1)我不想显示标题(www.youtube.com)

2)当我点击标题时,视频会在默认浏览器或Chrome中播放,为什么它不仅仅是在Facebook墙上播放?

P.S:当我点击左边的图片时,这里的视频在Facebook墙上播放。

以下是我尝试的方式:

Bundle postParams = new Bundle();
postParams.putString("message",  "message test");
postParams.putString("link", "http://www.youtube.com/watch?v=3aICB2mUu2k");
postParams.putString("source", "http://www.youtube.com/v/3aICB2mUu2k");
postParams.putString("picture", "http://img.youtube.com/vi/3aICB2mUu2k/0.jpg");

0 个答案:

没有答案