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
1answer
2k views

Why can I get only 25 YouTube video from a feed?

I have this code on C#/.NET : string user = "Username"; string feedUrl = "http://gdata.youtube.com/feeds/api/users/" + user + "/uploads"; Feed<Video> videoFeed = request.Get<Video>(new ...
0
votes
1answer
1k views

YouTube gdata API for Android

Can I use Java YouTube data API jar for developing YouTube Application in Android I tried integrating the jar. But when I run it is showing Exception class def not found for YouTubeService ...
0
votes
1answer
704 views

How to display multiple YouTube videos without overlapping audio

I have a page with a few YouTube video embed codes. When a user clicks "> play" on one video every other video on the page needs to pause otherwise their audio overlaps the new one just played. ...
0
votes
1answer
785 views

Access to like-or-dislike feature through youtube api

I have an asp.net application where users can upload videos to youtube, view the uploaded videos and vote for a video if they wish. All the above except the voting part is working. I had a look at ...
0
votes
2answers
2k views

Embeding youtube videos with playlist parameter

I am using the javascript youtube api to embed youtube videos, i am having difficulty in embedding playlists using the swfobject.embed functionality. The code im using which i found in the javascript ...
0
votes
3answers
5k views

How to play videos from youtube, metacafe etc in a native iphone app?

I have the following questions, i get a feed which consists of url pointing to the videos from sites like youtube, metacafe etc. I found this post suggesting how to use UIWebView to load the video ...
0
votes
1answer
1k views

Uploading to Youtube via a proxy using the Java Youtube API

So I want to write a servlet which uploads a video to a youtube channel using the Java API, but I can't seem to find a way of specifying that I want to go through a proxy server. I've seen an example ...
0
votes
3answers
2k views

youtube chromeless as3 player

I'm goofing around with the new youtube as3 API but got stuck. This is how far i got (from looking at their sample code). http://pastie.org/656088 public class Main extends Sprite { ...

1 2 3 4 5