Reputation: 39
I want to use YouTube search option using Youtube data API in my own YouTube application. Now i can play only one video using YouTube Video id using youtube data api version 3.
is it possible to make a such kind of ANDROID APPLICATION?
Upvotes: 1
Views: 171
Reputation: 553
request https://www.googleapis.com/youtube/v3/search?part=snippet&q=SEARCH_YOUR_TEXT&type=video&maxResults=50&key=YOUR_APP_KEY"
return JsonArray where u parse video id
Upvotes: 2