Need to query list of youtube videos in javascript -- v3 APIs wont work -


please forgive me ranting, 1 giving me headache...

rant on---great pain google programming apis. trying use google apis communicate youtube retrieve list of videos. simple task. version 2 apis easy use, had sample working in 5 minutes. new version 3 apis complex, tedious, require bunch of advance setup , user account ids, , after hassle, still not work.---rant off

c'mon google, hard use!

ok, down business: have api key , client auth setup. neither 1 works efforts use google's sample code.

does have working sample javascript in html lists videos in youtube account? can substitute account id , api key. should simple, yes?

thanks in advance help... , bearing me rant...

this sample offical docs works fine. need put client id in oauth2_client_id variable in auth.js. make sure you're using id that's in 'client id web application' section in developers console.

if can't work, more specific error you're getting.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -