↧
Answer by jlmcdonald for Youtube API Retrieving Channel ID after authentication
Since you're using PHP, I'm assuming you're using the PHP-based gapi-client? Here's the call to make:$listResponse = $youtube->channels->listChannels('id', array('mine' => 'true',))The 'id'...
View ArticleYoutube API Retrieving Channel ID after authentication
I am using Google Youtube API and YoutubeAnalytics API, I read on their documentation that you need a CHANNEL_ID inorder for you to grab the user's videos.I can now successfully Google authenticate the...
View Article
More Pages to Explore .....