Youtube API v3 - Select menu to access public channel video data without Oauth -
i want access , view public youtube videos (simple read only) youtube channel without resorting oauth, plain api key. haven't found decent layman example on how go api v3 ;-( i have juggle cannot work. basically, select menu contains options values existing channel ids. when option containing channel id selected, should trigger requestuseruploadsplaylistid(). then, when nextbutton or previousbutton activated, function requestvideoplaylist() kick in. there better way this? following error messages in firebug: typeerror: response.result undefined (when choose option selectmenu). typeerror: response.result undefined (after click on buttons). here struggling (am new api v3 , kinda used api v2 (sigh)): <html here> script> $('#nextbutton').prop('disabled', true).addclass('disabled'); </script> <script type="text/javascript" src="https://apis.google.com /js/client.js?onload=onjsclientload"></script> ...