如何使用 Dailymotion API 获取标题、缩略图、描述信息?
如何像 FB 链接功能一样嵌入 Dailymotion 内容,如标题、描述、缩略图。我已经使用他们的 API 完成了 YouTube 的工作,但现在正在寻找每日动态?我认为这可以通过 jquery/javascript 来完成。请回复。 想想, 大研
How to embed Dailymotion content like Title, Description, Thumbnail like the FB link feature does. I have finished for youtube by using their API but now looking for Daily motion? I think it could be done by jquery/ javascript. please reply.
thnk,
dayan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是rest api的url格式,正如你所说的,你已经为youtube做了我希望你知道如何解析json数据
https://api.dailymotion.com/video/xjfn0s?fields=title,description
这里的字段表示您期望响应的字段列表
http://www.dailymotion.com/doc/api/rest-api -reference.html#video(在此处检查字段的所有可能值)
here is the url format for rest api, as you said you already did for youtube I am expecting that you know how to parse json data
https://api.dailymotion.com/video/xjfn0s?fields=title,description
Here fields indicate the list of fields you are expecting in response
http://www.dailymotion.com/doc/api/rest-api-reference.html#video (Check here for all possible values of fields)