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 ...
-1
votes
0answers
30 views

set monetization on my youtube-upload-video script [closed]

I am uploading videos to youtube by using YouTube Data API , I have been monetizing my videos manually by going to my youtube account and I would like to know if there is a way to set monetization on ...
0
votes
0answers
22 views

Youtube Api - videos online

Is anybody knows how to make a script which allow to watch videos from Youtube online. What i mean is when you refresh the page video won't start at the begining but it'll be still running. It looks ...
0
votes
0answers
24 views

YouTube Analytics API: Issue with filters “Could not parse content (N/A) of field parameters.filters”

I am running into an issue with the YouTube Analytics API v3. I am trying to get a traffic source detail report for traffic from related videos for a video on my channel. I'm doing this with the ...
0
votes
1answer
34 views

Get video's privacy settings using Youtube API

In Youtube video manager, I have the option to set a video to a) Public b) Private and c) Unlisted. Using the Youtube API, is it possible to find out what the setting of a video is currently? Thanks ...
0
votes
1answer
205 views

YouTube API Callback in IE7 and IE8

I'm having difficult getting the API to work in IE7 and IE8. Need simple pause / stop detection. Even this demo page has IE8 errors and the callback events fail: ...
0
votes
0answers
32 views

how to display one youtube video from an api search upon refreshing without repeats [closed]

I am trying to get a random youtube video from a list of specific search results to play upon loading a webpage. Video should play automatically and be the only video displayed at a time. I am a huge ...
2
votes
1answer
95 views

Token invalid - Error 401 in YouTube API

I am Working send message using youtuba api. But i got a Error on my file. it shows Invalid Token 401 Error. My file is given below.I'm pretty sure I must be missing something vital but small enough ...
-1
votes
1answer
32 views

How to request for Youtube Player API?

Well, recently i got the developer key. Now what i have to do for using the YouTube player API in my website. It says request a YouTube Player API. How to request?
0
votes
1answer
260 views

Youtube player Iframe API skipping videos in playlist

I've embed a Youtube playlist on my website. Once a video finishes the player doesn't play the next video but skips it and plays the one after. It does it whatever the video. Why is that and how to ...
1
vote
1answer
94 views

Read YouTube comment feed using Java

I am want to read and display top 200 comments on a video on youtube. Basically when I go to the link: http://gdata.youtube.com/feeds/api/videos/EokUNzGJBI8/comments I get all the comments in rss feed ...
0
votes
1answer
324 views

Youtube playlist ID

I've created a playlist on youtube. The url works great but I can't get the ID out of it. It doesn't seem to work. My playlist is : ...
0
votes
0answers
72 views

YouTube Batch Processing for Playlist Videos

We have a YouTube channel, which has several playlists, each of which has several videos. I am trying to get the FIRST FOUR videos for each playlist, using the YT API, but it takes a long time to ...
-1
votes
1answer
54 views

Can I upload a video to youtube from my own site

Is there a YouTube API that will allow me to upload a video to my YouTube account from my own website and return the embed code which I can store in my website database. I want to add a name, ...
0
votes
1answer
65 views

YouTube api doesn't return all subscriptions

Ok so I am using https://gdata.youtube.com/feeds/api/users/default/subscriptions?alt=json&start-index=1&max-results=50&v=2.1 To get subscriptions of logged in user. After first request I ...
2
votes
1answer
185 views

stop all videos when a new video is played

I need some help with Youtube API and embeded videos. I want to stop all iframe videos (here i have taken only 3, but there are several videos)running on the current page when a new youtube video is ...
0
votes
0answers
104 views

Expected response code 200, got 500 Internal Error

Well, i try with Zend Gdata YouTube to do somethings : I doing lot of requests search, then lots of new entry video to a playlists requests. Before add : if($compteur == 15) { $compteur = 0; ...
0
votes
1answer
56 views

Youtube API javascript errors (can't find .swf file)

Here is the site. Looks like I get three js erros. http://thomaspalumbo.com/mostlymozart/ The "next" button is unresponsive at certain times. I've done some research but I can't figure out how to ...
1
vote
1answer
86 views

How do I retrieve all titles, and display all descriptions and thumbnails from a specific playlist

I'm sure this is an easy question but I am new to JavaScript. The code at this link retrieve-youtube-video-title shows how to retrieve a single youtube thumbnail, description and title etc and it ...
0
votes
0answers
186 views

Youtube Search Query not working as per the given keywords. Returning weird results

I am facing the same problem. I have bit complex query having around 6-10 keywords. I am forming the query as given in the docs given at ...
1
vote
0answers
167 views

Youtube V3 API/googleapis.com : 503 Application Error, “Backend Error”? [closed]

I try to get some data for a lot of video (due to my website) but when I use the youtube api v3, I have some (a lot) 503 Application Error (Backend Error). It just do a list operation on a video, ...
0
votes
0answers
10 views

How can I get more call in to the YouTube API [closed]

I work with a web sight that would like to request an increases of it API call in to YT. How would I go about doing this? Who can I talk to? Thank so much for your help.
0
votes
2answers
268 views

YouTube JS API Custom Player Skip/Next Video Function

I have a custom youtube player coded mostly in javascipt/jQuery that uses the iframe method and has next and previous track buttons that work without using the YouTube Javascript API functions. The ...
0
votes
1answer
96 views

Save user's gender and location from youtube login OAuth

I have youtube login setup with OAuth2 and upon a successful user registration I would like to save the users gender and location in the database. Checking the OAuth docs ...
-1
votes
3answers
68 views

Search Youtube and return XML

Is there a url I can use the search for 'Transformers movie' on YouTube, and return XML with a list of videos?
7
votes
2answers
116 views

Black Diamond Questions Marks - Youtube API - J�r�my

when I try send the following to Youtube Description via API - for example: Jérémy - I get J�r�my in the youtube description. Strangely , "–" also shows as "�". Im posting with PHP Zend API : ...
1
vote
1answer
48 views

How to search within videos of a single user with Youtube API?

I am building a music video streaming website with the Youtube API, whereby I will upload all my videos by my account and get my own videos with the user-specific feed. I would like to know if it's ...
0
votes
1answer
175 views

Youtube api getting data from MySQL database is not working [closed]

I have saved my account Youtube access_token in my database and now i want to get that token from my database and post it using Curl I am using AJAX to post Youtube api, in my youtubeeapi.php I have ...
0
votes
0answers
144 views

Youtube Api - search string (like q-parameter) against title only

Youtube API, how do I search with a string (like q param) just against the titles? This is my get request URI to Youtube API: ...
0
votes
0answers
113 views

C#: Youtube Video Upload Not Working?

I am trying to upload a Youtube video using the Google API, but every time I try to do so I either get an Exception failed error, or a The request was aborted error. Now when I try to use it, it ...
1
vote
1answer
191 views

YouTube API user/channel human readable display name gone

Previously I had been getting a YouTube user/channel's human readable name using the $t field within the entry and title fields from an API call like the following: ...
-1
votes
1answer
31 views

API usage Terms [closed]

We created youtube channel (Rafiq22) to upload videos from our app using the API but all the videos we created were deleted this morning, I want to find out why.
0
votes
1answer
187 views

Grabbing the current viewer count for youtube live streams

I am looking to source the current stream viewers from the Youtube API v2 for live streams. This information seems to be available on Youtube live streams ("102 Watching Now") both on the main page ...
0
votes
1answer
277 views

youtube API - setShuffle don't work

I added this script in my site to reproduce video playlist. <script type="text/javascript" src="swfobject.js"></script> <div id="ytapiplayer"> You need Flash player 8+ and ...
0
votes
1answer
150 views

How to get “Top tracks for (artist)” URL by YouTube API?

Is there any way to programmatically get the URL for "Top tracks for (artist)" playlist on YouTube by YouTube API? The only input should be the artist name (for example "ABBA"), and the output should ...
1
vote
2answers
73 views

Is it ok if users bring their own API key to my application? [closed]

Is it ok if users bring their own YouTube API key to my application? The quota limits are way too low to support the number of users we have.
0
votes
2answers
87 views

search video with javascript iframe api

I need the API which allows me to retrieve the url of a youtube video searching its title. Can anyone tell me where can I find it? I'm trying this with the "YouTube Player API Reference for Embeds" ...
1
vote
1answer
136 views

What are some music service APIs I can use to generate an playlist online

I've got an array of songs and I would like to create a playlist with them online so that others can listen to it as well. I've looked into creating a playlist through the youtube and grooveshark ...
0
votes
1answer
189 views

Youtube API Batch Request BUG?

I'm retrieving large amounts of data from Youtube (users and videos) via their API, but it is getting slower and slower because my needs are incresing trough the time and the requests apparently must ...
1
vote
0answers
306 views

Youtube Python API

Is there a Python implementation of the Youtube API, other than the gData package? I'm talking about something along the lines of the Heroku or Github Python bindings. The gData package seems to be ...
2
votes
1answer
174 views

Youtube API - Search multiple author / uploader?

I want to search multiple author/uploader videos with a link. Youtube API documentation says: the author parameter contains a comma-separated list of up to 20 YouTube usernames. I try this but no ...
0
votes
1answer
336 views

How can we get youtube Developers key and client ID..?

I am integrating YouTube API in Flex using below reference https://www.flextras.com/DataSorter/Samples/YouTubeSample/#app=d6b7&241c-selectedIndex=1 This module requires a "Developers Key" and ...
1
vote
0answers
59 views

How to grab the youtube username of currently logged user

I am coding a application , where i need the youtube username of currently logged user on youtube.com. Can anyone give some kind of hint/tutorial ? Any type of help will be appreciated. Thanks :)
0
votes
1answer
159 views

Trying to get data from a video using YouTube's API and Jquery

I'm using this snippet of jquery, but it's not working. I'm trying to get data from a video usign YouTube's API. $(document).ready(function() { var qid = 'cggNqDAtJYU'; var youtubeAPI = ...
-1
votes
1answer
404 views

Java Youtube api

I have a question about the java youtube api: I think the base to every java api program is a YouTubeService instance So I create one but there are no methods for it(I imported ...
2
votes
1answer
86 views

Why won't this small change to my YouTube API call work?

In the YouTube API docs I found this example: https://gdata.youtube.com/feeds/api/videos?q=surfing&max-results=10&fields=entry[yt:statistics/@viewCount>1000000] Which, of course, works ...
0
votes
1answer
334 views

fetching amount of views out of youtube api XSLT

I'm trying to fetch the amount of views out of the youtube api, it worked well for the title, url and thumbnail, though it doesnt for the amount of views. this is the XML code from which i'm trying ...
1
vote
1answer
275 views

How can I remove the video from Youtube using Codeigniter and library by Jim Saunders?

I use Codeigniter and work with youtube API through the library by Jim Saunders. https://github.com/jimdoescode/CodeIgniter-YouTube-API-Library Upload the video, I was good but how to remove it ...
1
vote
2answers
504 views

jQuery UI slider to control youtube volume

I have been having a lot of troubles with this and I was wondering if anyone on here could help me out. I'm using the jQuery youtube player plugin found here: ...
0
votes
1answer
999 views

youtube api filtered search

I have a music site that use Youtube Api. I want to filter the videos by size. Because when there is a high quality video, concert shows etc. streaming can hobble at low speed internet connections. ...

1 2