Top "Youtube-api" questions

The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.

How do I get a list of uploaded videos for a certain channel with the new YouTube Data API (V3)?

I am trying to get a list of video ids for all uploaded videos to a channel. I would also …

youtube-api
Get YouTube video thumbnail and use it with PHP

How can I access thumbnail collection of a YouTube video using the link of the video from the YouTube API. …

php api youtube youtube-api video-thumbnails
throws ERROR TypeError: Cannot read property 'emit' of undefined

In MyComponent, I am trying to emit another event from an event handler. (This new event will be used by …

angular typescript event-handling youtube-api emit
YouTube API v3 - List uploaded videos

How do I list the user's uploaded videos in the V3 api?

youtube-api youtube-data-api
Youtube - how to get a list of videos in youtube channel and display them as a list?

I am browsing the YouTube API here: https://developers.google.com/youtube/v3/guides/working_with_channel_ids And I …

youtube youtube-api youtube-channels
How do I get the reference to an existing YouTube player?

<iframe width="560" height="315" src="//www.youtube.com/embed/M7lc1UVf-VE" frameborder="0" allowfullscreen></iframe> I have …

javascript iframe youtube youtube-api
How to get "transcript" in youtube-api v3

I have started using v3 of the YouTube apis on an android device, using the java client library. Some videos …

youtube-api
Listening for Youtube Event in JavaScript or jQuery

I have a slider which includes 4 youtube videos that are embedded via the iframe embed code http://www.youtube.com/…

javascript jquery events youtube youtube-api
How to check if YouTube channel is streaming live

I can't find any informations to check if a YouTube channel is actually streaming or not. With Twitch you just …

youtube youtube-api youtube-data-api youtube-livestreaming-api
YouTube API V3: Where can i find a list of each 'videoCategoryId'?

I'm using the Youtube API V3 but can't find documentation for how to filter by category: Here's my code: $results = $…

php youtube youtube-api google-api