我需要处理Tumblr的oembed API。我完成了Tumblr API,但我需要有关如何在Twitter或Facebook中禁用Tumblr oembed api中的脚本的信息。我尝试通过添加omit_script = false
在Twitter API中进行操作$tbdata = file_get_contents(
'https://www.tumblr.com/oembed/1.0?url=https://breakup.tumblr.com/post/160221963841&omit_script=true'
);
Oembed正在工作,但omit_script无效。如果有任何工作方法,请告诉我。除了提供oembed端点之外,Tumblr api文档没有描述oembed的任何内容。
答案 0 :(得分:2)
oEmbed spec不包含omit_script
之类的任何选项,可以跳过响应中的脚本内容。避免它的唯一方法是从响应中省略它。
我甚至认为即使是面子书或推特也没有这种支持。