The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.
0
votes
0answers
52 views
All Embedded YouTube Videos Start Playing At Once
I've got a site which works pretty nicely for the most part. It's written in ASP.NET, and it renders a GridView, with a row for each video, showing a thumbnail and the description. Also in each row ...
0
votes
1answer
68 views
How to send message to youtube user using youtube API?
Am developing the script for send message to youtube user. Actually i have got the youtube data feeds with the informations - youtube video id, author name, details etc.., for that corresponding ...
0
votes
1answer
60 views
Internet Explorer 7 compatibility with YouTube iframe API?
I wonder if anyone can answer this question. I use the Youtube API to request onReady() and OnStateChange() events and using an IFRAME to embed the video.
Though I come across an issue with IE7 where ...
-1
votes
0answers
38 views
Remove Youtube logo from Android API youtube player [closed]
Can I modify youtube player in the new android Youtube API ??
Like removing youtube logo or stop redirect user to youtube app if they clicked on it
1
vote
1answer
116 views
Invalid request using the Android YouTube API
I'm starting an activity from a broadcastreceiver that turns the screen on and dismisses the lockscreen(by using windowmanager flags). This part is working as planned, the activity starts. In onCreate ...
4
votes
1answer
144 views
Youtube API not returning updated results
I am developing a simple video app which will trigger an Intent to fetch any new videos update from a specific channel, using Youtube Api V3.
search.setKey(Constant.DEVELOPER_KEY);
...
0
votes
0answers
41 views
Multiple Youtube players in one activity
I'm using the Youtube Android Player API as outlined here: https://developers.google.com/youtube/android/player/
However, I can't get more than one video into my activity at once. I tried simply ...
-1
votes
0answers
48 views
youtube player fullscreen covered by menu
In my app I used YouTube API for Android. When YouTube plays in full screen, the menu bar hides in the back of the player. However, I need it on the front.
I'm use in option menu
Regarding this ...
0
votes
3answers
47 views
How to retrieve video view counts from YouTube API
I am currently exploring the use of Google's YouTube API to retrieve view counts from YouTube channels.(Google.Apis.Youtube.v3.dll) . I can successfully retrieve information about videos in the ...
1
vote
2answers
102 views
YouTube player below “minimum” size
The YouTube API docs define the minimum size of an embedded player t to be 200px by 200px (link).
To allow room for critical player functionality, players must be at least 200px by 200px.
My ...
0
votes
2answers
119 views
Use Youtube api player with android fragment
I have to develop an android application, I am using a fragment and the youtube player API. I have added YouTubeFailureRecoveryActivity and I am getting the error bellow:
Syntax error, insert ...
1
vote
1answer
46 views
get youtube video tags using youtube api
I'm creating a page were i show users list of all videos that i have uploaded in my youtube account. I'm using Youtube API (gdata) for fetching the videos, but whatever i do i'm not able to fetch the ...
0
votes
2answers
27 views
Youtube get user uploads in php
I am trying to get the full list of videos uploaded by a user.
I am using the following url:
https://gdata.youtube.com/feeds/api/users/username/uploads?v2&alt=json
And using curl in php to get ...
0
votes
0answers
73 views
upload video via youtube android api , using intend like uploaddemointent example
i try to use this code to upload video to youtube
intent = new Intent(Intent.ACTION_PICK, null).setType("video/*");
intent.putExtra(EXTRA_LOCAL_ONLY, true);
startActivityForResult(intent, ...
0
votes
0answers
21 views
How to use OAuth2 for retrieving Youtube channels insights CSV?
I have Youtube channel and I need its insights via Youtube Data API and I am using following code, but as per youtube "Authsub" is depricated from April 20 2012. Then instead of Zend_Gdata_AuthSub ...
0
votes
0answers
21 views
How to implement Youtube JavaScript API multiple times?
Here is the API Documentation for the Javascript Youtube API: https://developers.google.com/youtube/js_api_reference
I was curious if anyone thinks it would be possible to create multiple instances ...
1
vote
0answers
38 views
Receive video ID after posting to YouTube API via Ajax
My question is an extension of this one.
I am using JavaScript to post videos to the v2 YouTube API, via Plupload (HTML5 runtime). I am using OAuth2 to get authorized tokens and a CORS request to set ...
0
votes
1answer
137 views
Stop and play Iframe video when lightbox closes
I'm making a lightbox that is supposed to show a youtube video.
The first problem that I encountered, was that my youtube video would still play when I closed the lightbox.
I then added: ...
0
votes
1answer
64 views
YouTube API v3 - Update the item's position in the playlist (PlaylistItems: update)
How do I update the item's position in the playlist?
I used API Explorer:
https://developers.google.com/youtube/v3/docs/playlistItems/update#try-it
part: snippet
Request body:
{
"id": "12345",
...
0
votes
0answers
53 views
flexslider crousel loop with multipal youtube content, last youtube video missing
I'm using flexslider in my website, each slider's content is youtube video.
those are my flexslider options:
$('#contentSlider').flexslider({
animation: "slide",
slideshow: false,
...
-1
votes
0answers
49 views
Youtube API not finding older videos [closed]
My channel has over 300 videos, but any past the start index of 100 won't come show up in the call.
So
...
1
vote
0answers
25 views
How can I dynamically create a playlist for a chromeless player?
My workspace is here:http://jsfiddle.net/WBFa4/89/
I am trying to detect the end of a video to load the next video.The onStateChange event is never fired.What might be the issue?
swfobject.embedSWF
...
0
votes
2answers
74 views
How can I get the browser URL history using javascript?
I would like to get all the URL's of YouTube videos watched on a browser.This is used to populate an auto complete option.I researched on this topic, and none of them satisfactorily answered the ...
0
votes
0answers
103 views
NullPointerException on super.onStart()
Currently I'm writing Fragment that extends custom SherlockFragment that extends YouTubePlayerSupportFragment. Unfortunately, app crashes.
CODE:
public static class YouTubeVideo extends ...
0
votes
0answers
42 views
YouTube iframe API broken
YouTube iframe API has stopped working for me since yesterday on Chrome (works on Firefox tho). I copy and paste the Getting Started code (https://developers.google.com/youtube/iframe_api_reference) ...
0
votes
0answers
41 views
Why is the onStateChange event not getting fired?
Here is the work space :http://jsfiddle.net/WBFa4/51/
The significant part of the code is:
swfobject.embedSWF
(
'http://www.youtube.com/apiplayer?enablejsapi=1&version=3',
...
-3
votes
0answers
9 views
Moderation / Submission Settings Notification address [migrated]
I've recently setup the YouTube direct application and just trying to change some of the settings. For some reason I don't receive any notification emails when someone uploads and email. the address ...
-1
votes
1answer
74 views
Youtube-API upload script moving to HostGator [closed]
My youtube upload script is working great. (link)
Now i want to move my uploader script to HOSTGATOR.
But when i want to run my working script;
Fatal error: Uncaught exception ...
1
vote
1answer
56 views
How to retrieve a YouTube video's tags with YouTube v3 API?
I want to retrieve the tags for a specific YouTube video using v3 of the YouTube API.
I'm able to retrieve a video with this request to the search endpoint, ...
0
votes
1answer
47 views
Why is the video not loading?How should I load and play a video on a chromeless player?
<html>
<body>
<div id="ytplayer_div1">You need Flash player 8 or higher to view this content.</div>
<script type='text/javascript' src='swfobject.js'> </script>
...
1
vote
4answers
311 views
Need help to get more than 100 results using YouTube search API
Is there some way I can retrieve more than 100 results using YouTube API?
I can retrive upto 100 results using this query string:
...
0
votes
0answers
50 views
Youtube v2 totalResults?
I am using v2 of YouTube data api and all of a sudden I am getting capped off at 100 totaResults for all of the queries that have more videos than that.
Did something change recently?
Does ...
0
votes
1answer
69 views
Get list of videos including private/unlisted using contentOwnerId
I was using playlistitems to get the authenticated users' video list (including private/unlisted).
Now I tried contentOwnerId. I can get private video info using onBehalfOfContentOwner, but there is ...
3
votes
1answer
33 views
how to know that user accept oauth permission in youtube api v2 in android
i want to use youtube api v2 in android, following developers.google.com/youtube
when i open ...
1
vote
1answer
130 views
PHP Youtube API v3 Missing Description in Playlist Items
I'm not getting the description form my uploaded videos when i query them via Youtube Data API v3 using OAuth 2.0 and the sample code provided here ...
0
votes
1answer
44 views
How do I run a saved html from jsfiddle locally?
I'm trying to run a jsfiddle code locally, specifically this one:
http://jsfiddle.net/BAqTe/
I've looked around and people suggest using "/show" and saving the page, and loading the dependencies, but ...
0
votes
1answer
39 views
API Search Local Trending Videos
Playing with the idea of making a video blog of locally trending videos that pulls from Youtube's API and posts trending videos related to Houston.
If I simply query for recent videos with the word ...
0
votes
1answer
62 views
YouTube Analytics: How to get total views for a specific set of YouTube videos
I'm using "v1" of the "youtubeAnalytics" service to get view counts for YouTube videos. I can get view data for a specific video by using "filters" parameter, but I'm not sure how to get data for ...
0
votes
1answer
193 views
“Video is currently unavailable” - Youtube Javascript/iFrame API for iOS App (UIWebview Embed)
I try to integrate a Youtube player inline to a UIWebview. I use the Javascript/iFrame API with the Player API.
In general, the player works ok. But there are some cases where the video does not ...
0
votes
0answers
44 views
can we reduce the YoutubePlayerView Size below 200x110 dp?
Xml Code :
<com.google.android.youtube.player.YouTubePlayerView
android:id="@+id/youtube_smallview"
android:layout_width="200dip"
android:layout_height="110dip"
...
0
votes
1answer
67 views
YouTube Data API V3: How to get the user id based on the channel name?
I want to replace a vanity name (like "thejntest") with the corresponding user-id (UCWLptbzZ....) programmatically. I don't find any possibility within the Channels-List call
After searching here on ...
0
votes
1answer
48 views
Youtube video not showing ads?
i am working with phonegap android. want to play youtube video with this embed code.
<iframe id="player" type="text/html" class="youtube-player" src="http://www.youtube.com/embed/" + videoId + ...
0
votes
0answers
38 views
How to fix error YouTubeInitializationResult.SERVICE_INVALID
I try use Youtube API in my Android App, my app looke like this:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
...
0
votes
0answers
50 views
Failed to start the resumable upload
Api Version 0.6.2
I was following this answer:
Post large video to youtube via google php client api v3
I'm getting
Failed to start the resumable upload
500 Internal Server Error - ...
0
votes
0answers
26 views
How do i get only valid videos from youtube?
I am using url below to get Youtube video id. After that, I play the video in my costum Youtube player. However, even if the video is invalid in user's country due to copyright issues etc. it ...
0
votes
0answers
25 views
latest published videos feed
I'm trying to retrieve the latest videos of the 'Comedy' category with the Python library. I use a query like this
http://gdata.youtube.com/feeds/api/videos?
...
1
vote
1answer
50 views
How to update dictionary stored in django's cache?
So I am storing youtube videos metadata uploaded by logged user in django's cache. The metadata looks something like this:
{'user': {'channels': [{'id': 1, 'etag': '2', 'videos': [{'id': '1', 'etag': ...
0
votes
1answer
51 views
Youtube API PHP Deleting a video w/o Zend class
As the title suggests I do want to delete a video via the Youtube API (V2) in PHP but I can't find anything on the youtube API page but Zend, but I do not want to use Zend.
Where do I start looking ...
0
votes
1answer
35 views
How to embed YouTube Sports channel
I want to embed the YouTube auto-generated Sports channel in an iframe: http://www.youtube.com/channel/HC7Dr1BKwqctY
Somehow the regular method ...
0
votes
2answers
105 views
How To get all the youtube video URLS in my channel?
I have a channel with 500+ videos, and would like a list of all the video URLS within my channel.
I have tried:
https://gdata.youtube.com/feeds/api/users/default/uploads?key=DEVELOPER_KEY
Developer ...

