The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.
0
votes
0answers
7 views
ssl ytimg.com : Transforming http://i.ytimg.com in https://i.ytimg.com
I am an automatic integration of youtube videos by using an iframe on wordpress. My site is https and I have a partially secure page. After a test http://www.whynopadlock.com/check.php, it appears ...
0
votes
0answers
6 views
Initializing an empty player with Youtube Javascript API
I have made a component for my web app that initializes a YouTube player on the page. This player will be used to an un-demand video on to the page. However, when initializing the player, I have to ...
0
votes
1answer
25 views
Fetching Youtube videos with Backbone
I need to find a way to fetch a Youtube JSON url and print the titles and descriptions. The code I have here succeeds when I try to fetch, but the array it receives is empty when I try to see it in ...
1
vote
0answers
12 views
Youtube API (v3) and CORS preflight
It's a known issue that the Youtube API does not support the OPTIONS request method, so any web app that tries to do a Cross-Origin preflight will fail, even if (as is the case with the Youtube API) ...
0
votes
0answers
8 views
YouTube API to pull new comments on any videos of the channel
I am wondering if there is any YouTube API to pull new comments on any videos of the channel, so that I don't need to check every single video.
0
votes
1answer
18 views
Allow members to upload to my YouTube account
I have seen this question out there but never a clear answer. I am looking for the ability to allow members of my site be able to upload videos through my site that will then be added to my YouTube ...
0
votes
3answers
31 views
How to convert YouTube API duration to seconds?
For the sake of interest I want to convert video durations from YouTubes ISO 8601 to seconds. To future proof my solution, I picked a really long video to test it against.
The API provides this for ...
0
votes
1answer
24 views
Using Javascript to scan JSON data from youtube API
I am trying my hand at searching youtube with the youtube API via Javascript, and as per the google docs on the matter:
<div id="agenda"></div>
<script>
function ...
0
votes
2answers
22 views
YouTube API v3 apiclient.errors.HttpError “No filter selected.” - where do I select a filter?
My first attempt at setting up the Google apiclient for YouTube and by following the docs I made this as a test (didn't find a specific example for the YouTube API):
import json
from ...
0
votes
1answer
19 views
can we disable the buffering in Youtube video playing using API in Android?
public class VideoDialog extends YouTubeFailureRecoveryActivity {
List<String> playlist;
AlertDialog dialog;
YouTubePlayer player;
@Override
protected void onCreate(Bundle ...
0
votes
0answers
4 views
yahoo pipes generated list of videos played in youtube iframe
I've used yahoo pipes to create a list of youtube videos and exports them to a div called videos.
I was wanting to get them to play sequentially in a single youtube player, rather than a list ...
0
votes
0answers
15 views
sencha navigation view containing video component(youtube iframe api) is not destroyed
I am trying to use sencha navigation view to display a list of videos and followed by view showing specific video from list when coming back from video view the video is not destroying
and it ...
0
votes
2answers
20 views
How to make Youtube Data Search API open for public usage?
Currently, I can use Youtube Data API to search for videos. However, I must be logged in onto my google account. Is it possible to conduct searches without logging in into an arbitrary google account? ...
0
votes
1answer
14 views
Any way to determine a user's video length limit?
Is there any way to determine the duration/length limit for a user when using Youtube API 3.0 to upload a video?
0
votes
1answer
16 views
YouTube Client Side Uploads From iOS Device
I am trying to build an iOS app that uses the Google-API-Objective-C-Client (https://code.google.com/p/google-api-objectivec-client/) to upload YouTube videos from a device. In the example code ...
0
votes
1answer
17 views
calling a youtube playlist in a webpage
I am trying to develop a scenario where I would be creating different play lists in youtube by grouping a bunch of videos and call them as video thumbnails in different product pages of an e commerce ...
0
votes
1answer
26 views
Parsing YouTube Json for Windows Store apps
I generate C# Class from http://json2csharp.com/ for any YouTube URL, in which some names are invalid like as follows:
public class Feed
{
public string __invalid_name__xmlns$media { get; set; }
...
0
votes
0answers
9 views
Missing view information in youtube analytics
I have earlier developed a script for downloading view counts for videos that I have uploaded to youtube.
Today I observed that only view counts from the last 204 days are acquired by the script.
...
0
votes
1answer
20 views
nextPageToken undefined when listing all videos for a Youtube channel (API v3)
I've followed this example nearly step by step for generating a list of all uploads for a specific Youtube channel: https://developers.google.com/youtube/v3/code_samples/javascript#my_uploads
The ...
0
votes
0answers
19 views
YouTube Analytics for Actionscript 3 YouTube Chromeless Player
I am using the YouTube ActionScript 3.0 API, the Chromeless Player to embed a YouTube video from a YouTube Channel in a Flash Ad.
So, once the Ad has been served, I want to know if I will have data ...
0
votes
0answers
10 views
Do the youtube APIs events work in a UIWebView on iOS?
Do the youtube APIs events work in a UIWebView on iOS ?
For example, I've embedded a video with this code:
And I've added a listener:
$("#player").addEventListener("onStateChange", ...
0
votes
0answers
9 views
Problems with youtube api to get monetized info such impressions, earnings
I'm using Google APIs explorer to figure out how it works. I try to extract some metrics like views, comments, likes, impressions*. For that purpose I'm usigng two scopes:
https:// ...
0
votes
0answers
14 views
NoLinkedYouTubeAccount error for comment upload
I have a problem with the YouTube API V2.
I want to upload a comment to Youtube, but this error occurs:
NoLinkedYouTubeAccount\nNoLinkedYouTubeAccountError 401
I have searched on the internet, ...
0
votes
1answer
18 views
Looking for a file in google youtube upload api
import com.google.common.collect.Lists;
I can't find where the package for this import is. I got the code I'm using here: ...
0
votes
0answers
8 views
UIWebView, Youtube video loading icon is not centered
I've embedded a Youtube video in the UIWebview web page with this code:
<iframe name="player" id="player" src="http://www.youtube.com/embed/{$firstParsedVideo}?HD=1;rel=0;showinfo=0" width="279" ...
0
votes
0answers
10 views
Link “Watch on youtube” doesn't work from iOS UIWebView?
I've embedded a youtube iFrame to play videos in a UIWebView web page.
The link "watch on youtube" doesn't work:
The code is:
<iframe name="player" id="player" ...
0
votes
0answers
18 views
Stay on page when clicking annotation in YT player
I am making an interactive video series in which the viewer can click the annotations to view another video of mine. I have the embedded player on my website, but when I click the annotation linking ...
2
votes
0answers
40 views
Youtube API (PHP) - how to add (existing) video to existing playlist?
I am using Youtube API to upload some video, but I can't figure out how to add uploaded video to specific playlist. I have searched all over Google and I haven't found any help at all.
I have read ...
0
votes
0answers
10 views
Get and update Defaults parameters on Youtube using Youtube API in Java?
I would like to get and update "Upload defaults" parameters from Channel settings (i.e. allow comments for future uploads, users can vote on comments, etc.) of curently logged in user using JAVA ...
0
votes
0answers
10 views
uploading using youtube api
We want our students to log on to a web page with their school AD password and be able to upload to our youtube channel using metadata from the AD. Has anyone achieved this with v3 of API. can't seem ...
1
vote
0answers
12 views
Youtube API - equivalent of onTime
I am looking for a similar event in OnTime (jwplayer) in youTube API.
More precisely, with jwplayer, I used the following function that I would fit with the youtube player:
//Fonction destinée à ...
0
votes
2answers
20 views
Youtube API: VideoEntry update does not work
I use YouTube Java API and want to change privacy setting for uploaded video retrieved from feed here
This is how I tried to make video private:
XmlBlob xmlBlob = entry.getXmlBlob();
...
0
votes
1answer
27 views
Youtube api Apache 2.0 license
In my Application, I'm using YOUTUBE PLAYER API and I want to upload my app to Google Play. API YOUTUBE PLAYER is under Apache 2.0 license, how do I have to write the credit in my application? I ...
0
votes
0answers
17 views
how to embed youtube video only my website. disable youtube site and other site [closed]
I want embed video only my website. disable at youtube site with other user. disable embed video at other website.
Can you help me?
-1
votes
0answers
66 views
Why are my Youtube videos having so much trouble loading? JUST Youtube, not other videos [closed]
I am getting sick and tired of this. Youtube, in my browser, Google Chrome 26.0.14.1065, on my MacBook Pro, is running so slowly. I am at the point where I can download a 10 min video before it loads ...
1
vote
0answers
21 views
503 Google API Error, possible limit on requests? Should we setup a Retry?
We are getting the below error message intermittently for our customers pushing videos to YouTube, using api version 3. Is there a limit to how many videos can be uploaded at a time? If so, what is ...
0
votes
1answer
18 views
How can I show youtube thumbnails on my site instead of the embedded video [duplicate]
I have a CMS and the admin can link to show a video my entering the title and then the embed code which is saved on the database.
When the site is showing a list of the videos it shows all the videos ...
1
vote
0answers
32 views
Running Youtube embedded player inside (cocoa) screensaver - how to block/trap fake user events?
The Youtube player seems to send fake user input events in order to prevent the screensaver from starting (I'm on osx/safari but the same thing happens in windows). This happens both with the ...
0
votes
1answer
20 views
Api key required when uploading video via resumable upload for youtube data v3
I am writing an android app that uploads videos to user's youtube account. Using the account manager I obtain the authtoken for the youtubeupload scope and use a resumable upload session to upload ...
0
votes
0answers
15 views
Extracting all YouTube channel subscribers using API v3
Using the youtube data api version 3 I download subscribers using a query similar to this:
v3.channels().\
list(part=parts,mySubscribers=True,
maxResults=50, pageToken=nextPageToken).execute()
...
0
votes
0answers
15 views
In the UIWebView only the first youtube video of a list is correctly clickable
In my UIWebView I have a list of youtube videos and only the first video in the list is playable. All the other videos are not, unless I click on the bottom area of each video (below the play arrow).
...
0
votes
1answer
13 views
Youtube API v3 Search own videos by tag
Is it possible to search videos by tags using Youtube API v3 ?
I would like to search among my own videos.
0
votes
1answer
15 views
android : youtubeplayerview api configuration change issue
I am using youtubeplayerview to display youtube videos. I am having issue with handling orientation change .
Initially my video open in portrait mode , as expected. Now if i click full screen button, ...
-1
votes
0answers
16 views
Youtube Retrieve description.
Hello I'm trying to add some features that a previous developer made. Currently an item has a video in Youtube and are shown on a site for now it only has an image once clicked would play a video on ...
2
votes
0answers
24 views
Automated Test Run - Python HTTPResponseNotReady()
I am trying to create an automated test using python for testing a youtube API request and response and all of those happening in random quick timely manner.
What I have been getting is an unstable ...
0
votes
1answer
17 views
unlinked account error on youtube api
I try and call this endpoint with an access token from auth2:
https://gdata.youtube.com/feeds/api/users/default?access_token={mytoken}&alt=json
and when I use it for a user with a channel on ...
0
votes
0answers
31 views
Unclikable “watch on youtube” link when embedding into iOS (and Android?) due to overlapping <video> element
We are trying to embed YouTube videos into iOS WebFrame (whole frame is actually just a box for YouTube iFrame). Certain videos are not playable in the app unfortunately. For example, you can get ...
0
votes
1answer
22 views
Get recommended video with API 3.0
I've read the Youtube API documentation and I've read that the GData 2.0 API had the recommended videos:
I've to use the API 3.0, but I wasn't able to find anything about recommended: does anyone ...
0
votes
1answer
17 views
YouTube API V3 home feed
Using https://www.googleapis.com/youtube/v3/ , is there a way to get YouTube's home feed?
When you launch YouTube it automatically shows videos of 'Popular on youtube' category. Is there a API call ...
1
vote
0answers
10 views
Extracting channel subscribers for a content owner
I want to extract subscribers to channels using content owner authorisation.
This query works but of course returns subscribers to the cms account.
v3.channels().\
list(part=parts, ...


