How to fetch Title,Thumbnail, Description information using Dailymotion API?
How to embed Dailymotion content like Title, Description, Thumbnail like the FB link feature does. I hav开发者_如何学运维e 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
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)
精彩评论