arrays - Search video with youtube api on android studio -


i'm trying make new application people hear music together. 1 problem noticed people need youtube code of each song or video want hear. kind of fixed problem using mysql database names , codes of songs, user need find youtube video , click on share application, sends link , name of video database , users can search there song want play. want rid too.

there way search video on youtube api?

i found link open source code on google developers https://developers.google.com/youtube/v3/docs/search/list#examples doesn't works...

if somone me apache lisence (i think need do) great!

thank you, shahar

you can use
https://www.googleapis.com/youtube/v3/search?part=snippet&q=eminem&type=video&key=

change parameters need. need api key https://console.developers.google.com/ make work.

let me know if helps you.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -