Get YouTube playlist videos anonymously -


i display list of videos youtube playlist in intranet application.

is possible list of videos youtube playlist using data api (or other way) without requiring user login?

everything have read far in youtube data api requires user signed in authenticate.

unfortunately, can't access youtube data api anonymously user.

your application must have authorization credentials able use youtube data api. developers console associates credentials apis indicate application use. note developers console not allow select youtube data api (v2). however, authorization credentials v3 api work v2 api. if possible, should use youtube data api (v3) rather v2 api in application. youtube api blog explains of benefits newer api offers, , have added year's worth of additional functionality api since blog post!

related link : https://developers.google.com/youtube/2.0/developers_guide_protocol_oauth2#oauth2_client_side_web_applications_flow


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -