Youtube API v3 search for videos, retrieve title and url

徘徊边缘 提交于 2019-11-30 07:41:16

问题


How can you search for youtube-movies and get the id/url and the title from it? It's to add them to a BaseAdapter-class in an Android Application.

In the second version of the API, it was possible: https://developers.google.com/youtube/2.0/developers_guide_java#Retrieving_and_searching_for_videos


回答1:


You need to do search->list and get ids, then plug in those ids into videos->list to retrieve details.

I suggest you to try API explorer to understand those functionalities. They are inline with documents too.

YouTube Direct Lite project is a good one to get you started. Definitely read README before starting.



来源:https://stackoverflow.com/questions/17746449/youtube-api-v3-search-for-videos-retrieve-title-and-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!