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

learn more… | top users | synonyms

0
votes
0answers
54 views

Using Youtube API to get list of videos and view counts by developer key using gdata

I'm working in python and I want to use the YouTube API to grab a list of videos claims and view counts using my YouTube developer key and gdata. Is this possible?
0
votes
1answer
26 views

I can't get Youtube API To Work

I want the player to stop when the the div (.closed) is clicked but it' not woroking. Can someone see where I've gone wrong? Ive added in the head <script type="text/javascript" ...
0
votes
0answers
25 views

Gdata youtube api fetch result by keywords

I want to use youtube api in my Iphone application. I am in confusion when to use gdata api and when to use direct youtube api link to perform some operation like fetch result that contain words ...
0
votes
0answers
20 views

Zend Gdata Youtube and auto login

Hello guys I need help in auto login to youtube.com to upload videos "browser-based" (and later get them data to show in a site by api). So basicly I downloaded extension from here ...
0
votes
1answer
23 views

User profile request returning NULL

I'm having a problem with a YouTube profile request. I think it relates to a user who has linked Google accounts. Our system has a process for authorising YouTube accounts. Once a user has ...
0
votes
1answer
61 views

Get Youtube video details using Json in PHP

This is json code which am using to get youtube details in an array $url = "http://gdata.youtube.com/feeds/api/videos/eRUbL_qSEQA?v=2&alt=json"; $ch = curl_init($url); curl_setopt($ch, ...
1
vote
1answer
25 views

API Feed Doesn't Give Me Data on Live Site

So i've got a problem with the YouTube API Feed. On our live website it is not printing the feed's data, but when I go to our developer server everything prints correctly. Here is a basic test page ...
0
votes
2answers
53 views

YouTube JavaScript API - Play videos without having to create Iframes on mobile phones?

Is there not an option in the youtube javascript api to launch a video (by id/url) on mobile phones? Right now I have a list of videos (data downloaded via php from youtube api) and I'm displaying the ...
0
votes
1answer
24 views

(PHP) API to 'Like' an Youtube Video?

There is an one form on my website, which contains an text field to get the 'youtube Video URL' from user. after submitting this URL, the video found by that URL must get one like by that ...
0
votes
0answers
13 views

Limited time Youtube Upload widget

here my code: <!DOCTYPE html> <html> <body> <!-- 1. The 'widget' div element will contain the upload widget. The 'player' div element will contain the player ...
0
votes
1answer
39 views

search error for YouTube EDU lectures

We will provide YouTube EDU contents in our application. I used the below API for querying the lectures in the category, and it's work well. - ...
0
votes
1answer
47 views

having trouble with youtube player api

A feature I am trying to implement in my rails app is the ability for users to control embedded youtube videos. I am using the youtube player api (guidelines here: ...
0
votes
1answer
25 views

loading multiple video players with youtube api

I need to load more than one video with youtube's API. This is my first time using it so I'm not sure what I'm doing wrong, but this is what I'm trying: var player; var player2; function ...
0
votes
1answer
12 views

Loading a YouTube channel GData errors

So I've been following this tutorial on loading your YouTube channel to a -UItableView and I always seem to get this error
-1
votes
1answer
38 views

How to get videos id from Playlist php [closed]

I want to get videos id from playlists in youtube using php, ive tried to get them but i didnt do it because i found it hard so please help me . ...
1
vote
1answer
44 views

How to upload files on YouTube using resumable upload API v3

The following code does not work, how can I use it to upload files on YouTube? $service_url = 'https://www.googleapis.com/upload/youtube/v3/videos?uploadType=resumable&part=snippet,status'; ...
0
votes
0answers
50 views

Why are my YouTube videos no longer displaying?

My dynamic YouTube-loading code had been working, but no longer does. Here's the pertinent jQuery: $("#btnSubmit").click(function (e) { var searchTerm = ""; if ($("#inputText").val() !== "") ...
1
vote
2answers
75 views

Loading a Youtube Channel

After looking for hours I still can't find a proper example of how I would load a YouTube videos into a -UItableView or something similar. Something similar to this ...
0
votes
1answer
40 views

Youtube V3 API : know if the video is avaliable on Android mobile device

Recently I retrieve the information of videos which should be played on the Android apps with Youtbe V3 API. The problem is some of them are not avaliable on the mobile device. And I found no related ...
0
votes
0answers
64 views

Youtube API player chrome extension

I'm a newbie using YouTube API player. I'm building a chrome extension to work with YouTube's API. In order to use the player, I have created a method in which I make this: popup.js : ...
0
votes
0answers
45 views

Backbone, require.js and the Youtube Javascript API

I'm using a require.js youtube api module to load multiple youtube videos onto my site and I'm having some trouble use the API to control said videos on the site once they are in place. Basically, I ...
0
votes
0answers
24 views

caroufredsel with Backbone.js

I am trying to load Youtube videos into the carouFredSel-carousel, it works fine when I add static video links, but not with dynamically added videos. I am using Backbone.js and YouTube.json files to ...
0
votes
2answers
55 views

YouTube Api (V2.0 or 3.0) get channel info given channel url

I've to get 3 simple information from a youtube channel given the channel url. Channel url(example): http://www.youtube.com/user/autocar Needed info: Total videos, subscribers and total views. I ...
0
votes
2answers
16 views

How are views from a mobile embedded player reported in YouTube Analytics?

I'm working on an iOS app that embeds the youtube player in a UIWebView with the IFrame API. I've watched a few of my own videos in this player and have waited a day or two for view data to appear in ...
2
votes
2answers
41 views

How can I check if a YouTube channel name exists?

I own a website that generates YouTube names, how can I show the user if a channel is already taken or not?
0
votes
1answer
80 views

Define one Youtube-Player API for mulitple players

i decided to try to impplement youtube vidoes on my web using Youtube-Api. My idea was to place the videos inside a slider and create a "playlist" with this method. My first problem is that i would ...
0
votes
1answer
27 views

How to login into a youtube account on iPhone

I want to implement Youtube login authentication in my application. Is there any api that allows this, that I can implement? If so, where could I find it and how would I go about implementing it? I ...
1
vote
1answer
46 views

YouTube v3 API (.NET) - Get URI of newly posted video resource?

After scouring the v3 API documentation (and using the API explorer), I am not able to determine how to obtain the URI of a newly uploaded video resource (or any video resource). I am aware that the ...
0
votes
3answers
33 views

Gdata URL given by Youtube API

I'm trying out the Youtube APIs, to perform simple searches and return a list of videos. I have created a codepen here. My issue is that some of the returned URLs are like ...
0
votes
1answer
42 views

How do I retrieve the view count of a video on YouTube using the YouTube API 3 and Javascript/JQuery

I am trying to retrieve view counts for a specific video. I have set up my application, created an OATH2 connection, etc. The URL I am using is: ...
0
votes
1answer
23 views

YouTubeProfile->getUsername() returns gibberish

We are still using the V2 YouTube API. After authorizing a user, I have the following code. $token = Zend_Gdata_AuthSub::getAuthSubSessionToken($_GET['token'], $client->getHttpClient()); ...
2
votes
0answers
462 views

methods of removing the youtube iframe api console error - “blocked a frame with origin…” in chrome console

I'm using the youtube iframe api and get the following console error relating to the blocking of a frame with origin http://www.youtube.com. Was wondering if anyone can explain why this error is only ...
0
votes
0answers
13 views

Youtube upload Metadata part is too large

Hi i've been struggling with this problem for weeks. I am trying to do a direct upload with my server to youtube new API. I've got the oauth part, but the problem is in the upload that always replies ...
0
votes
1answer
30 views

How get YouTube V3 API in to project iOS

Hello every one i want to upload recorded videos to youtube from my app .some of them suggested me to use YouTube V3 API i downloaded that .how to use that ,i dragged all classes to my project and ...
-1
votes
1answer
24 views

From Where can i download Gdata and how to import it into project iPhone Sdk [closed]

Hello Every one i want to use youtube in my app,i heard that Gdata is necessary for implementing it i surfed a lot where to download gdata i found some links like this Integrating google+ api in ...
0
votes
0answers
39 views

I update the same video ID, but the youtube-api v3 still show “Video not found”

I used google js api Link1and youtube v3 api Link2 I want use js to update my video, the js code for listing videos: var requestOptions = { playlistId: playlistId, part: 'snippet', //id: ...
2
votes
1answer
48 views

YouTube API v3 sample project raising GTLJSONRPCErrorDomain -32602 bad request error

I have just downloaded the Google API objective C client. I opened the YouTube example project in Xcode on my Mac. It builds and runs without errors. I registered a project with Google APIs, and ...
0
votes
1answer
39 views

YouTube API v3 sample project raising GTLJSONRPCErrorDomain -32602 unauthorized error

I have just downloaded the Google API objective C client. I opened the YouTube example project in Xcode on my Mac. It builds and runs without errors. I registered a project with Google APIs, and ...
0
votes
2answers
30 views

`onReady` not firing

function onYouTubeIframeAPIReady() { alert("onYouTubeIframeAPIReady Fired"); //This works player = new YT.Player('player', { //height: '390', //width: '640', ...
0
votes
1answer
33 views

Youtube Analytics API pagination

I am using the YouTube Analytics API (v1-rev18-1.15.0-rc). I tried to get some channel reports using video dimension. According to the API document, it has a limit of maxResults <= 10. I set the ...
0
votes
1answer
64 views

Get User Name and Channel ID from YouTube API

I'm using Android to access both the YouTube Analytics API and the YouTube Data API. Currently I have the app working that if I hard code in my personal Channel ID the app can retrieve information ...
0
votes
0answers
41 views

Youtube iframe works on Android Browser 4.1.2 but not in 4.2.2

A weird icon displaying a "key" is shown at top-left corner, and the video doesn't play. Open the following in Android Browser (built-in browser, not Chrome) for a repro: http://jsfiddle.net/WPQvf/6/ ...
0
votes
0answers
38 views

YouTube not counting Chromeless player analytics

I am using a third party player which has implemented YouTube's AS3 chromeless player solution. Reading through many posts it seems that YouTube should be counting views correctly if the following is ...
1
vote
1answer
76 views

How to upload a video to youtube using javascript?

I want to upload a video to youtube using javascript. Currently, I can login and get the list of the videos, but I do not know how to write the snippet to upload files. I used google js api Link1 and ...
0
votes
0answers
5 views

In the YouTube API, is there a way to get the default channel access controls?

I'm trying to figure out how to get the accessControl defaults for a channel (they can be set here). I can't seem to find any API calls that will let me do this. Is there one that I am missing? I'm ...
0
votes
1answer
33 views

Has anyone found a working implementation of YouTube Direct?

I'm working on a website that has a need to accept user-submitted videos. After some research, it seemed like YouTube Direct would be a good fit for our purposes. Most Google products are very ...
0
votes
0answers
34 views

Links overlaid on top of HTML5 mobile video stop working after user clicks 'done' in iOS

My application contains full screen Youtube videos, with information and links overlaid on top of it. I'm using the jQuery plugin TubePlayer to embed the Youtube videos in a <div> element. The ...
0
votes
1answer
48 views

How to show default Playback Controls with the AS3 YouTube API?

I've read the YouTube API documentation to add the playback controls, but I'm not sure exactly where I'm supposed to specify these parameters. ...
0
votes
0answers
53 views

youtube iframe API's player loaded/plays but won't trigger 'onPlayerReady' or 'onPlayerStateChange'

I'm following this Youtube API tutorial. The function onPlayerReady(event) { and function onPlayerStateChange(event) { never gets fired, even though the player loads and plays videos just fine. ...
0
votes
0answers
33 views

Can't access youtube api's player object's functions

I'm following this Youtube API tutorial, and I'm stuck at the part where I can controll the playback of the video. The video is loading and everything, just its functions aren't working properly. ...

1 2 3 4 5 54