Facebook Feed 对话框丢失 Youtube 路径和参数? (iPhone SDK)
尝试使用 Feed 对话框发布 Youtube 链接。我将视频 URL 作为“源”参数,但似乎它剥离了 watch?v=...
——上传的内容(事实上,已经在中可见的内容) Feed 对话框本身)就是“www.youtube.com”。我在这里缺少什么技巧吗?
Trying to use the Feed dialog to post a Youtube link. I'm putting the video URL in as the "source" parameter, but it seems as though it's stripping off the watch?v=...
-- what's uploaded (in fact, what's visible already in the Feed dialog itself) is just "www.youtube.com". Is there a trick here I'm missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,所以:看起来我使用了错误的
source
URL,但这并不是故事的全部;如果你确实想要这样,你需要设置source
和link
和picture
工作。例如:我以为的
source
其实是link
,而且link
和picture
都很特殊网址。替换所有三个中的视频 ID。Okay, so: it looks like I was using the wrong URL for the
source
, but that wasn't the whole story; you need to setsource
andlink
andpicture
if you really want this to work. E.g.:What I thought was the
source
is actually thelink
, and thelink
and thepicture
are both special URLs. Substitute the video ID in all three.