Android – how to get the daily motion video list

I want to get the video list from daily sports. I have registered daily sports. It retrieves the API key and secret key, but I don't know what to do next. I want to display the video list and display details

I already mentioned https://developer.dailymotion.com/api But I can't find any way to integrate into my application

Please help solve this problem!!!

resolvent:

If you only want to get videos (no channels or playlists), just do the following:

 https://api.dailymotion.com/videos?page=2

The response will be paged, so you need to add a page number

 https://api.dailymotion.com/videos?page=2

You can also get more > 10 results

https://api.dailymotion.com/videos?limit=100

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>