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.

Youtube Data API v3: Sort by date not working

The sorting is not working as expected since a few hours. https://www.googleapis.com/youtube/v3/search?order=date&…

youtube youtube-api youtube-data-api
Get complete playlist listing for a YouTube User via API

So, here's my code for getting a youtube user's public playlists: function getyoutubeplaylists($userName) { $yt = connectyoutube(); $yt->setMajorProtocolVersion(2); $playlistListFeed = $…

php youtube youtube-api gdata-api zend-gdata
How to upload video to youtube in android?

I am Creating an application which records video and uploads it on YouTube and others Social sites. For upload I …

android video upload youtube-api share
Video upload using youtube/google API directly from server using node.js?

I am trying to upload videos from server without any manual authentication by user in the client side . I tried …

node.js youtube google-api youtube-api google-api-nodejs-client
YouTube API: How do I get the liveChatId?

The documentation says: "The liveChatId parameter specifies the ID of the chat whose messages will be returned. The live chat …

youtube youtube-api youtube-livestreaming-api
How can I tell if a YouTube video is embeddable before I try and load it?

I've got a chromless YouTube player that I'm trying to load videos into, but only some videos work--not all. If …

youtube embed youtube-api swfobject
getting Http error 404 in Pytube. What is reason for this?

This code used to work 4 days back now it is showing error. I tried using pytube3 but that does not …

python youtube-api http-error pytube
Samsung Smart TV Play Youtube Video

I'm making a Samsung Smart TV application. I need to play youtube videos. Does anyone have any idea how to …

youtube youtube-api samsung-smart-tv
Youtube API single-user scenario with OAuth (uploading videos)

This question has been already asked, but never answered. I want to write some php scripts that would upload video …

oauth youtube-api access-token single-user
Youtube API - How to limit results for pagination?

I want to grab a user's uploads (ie: BBC) and limit the output to 10 per page. Whilst I can use …

zend-framework youtube-api zend-gdata