Using YouTube Data Api in Android

隐身守侯 提交于 2019-12-01 00:44:43
jlmcdonald

The google-api-java-client (which does have Android support, unlike the gdata-client) didn't previously support the Youtube Data API, but with the release of v3 this is now rectified; there is good Youtube support now with this client that should provide you what you need. See here for details and code samples:

https://developers.google.com/api-client-library/java/apis/youtube/v3

and also to Getting started Guide here

https://developers.google.com/youtube/v3/getting-started

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