The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.
0
votes
0answers
8 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
19 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
0answers
9 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
36 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
16 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
17 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
23 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
19 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
30 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
19 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());
...
0
votes
0answers
53 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
8 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
20 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
15 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
22 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: ...