You cannot post messages because only members can post, and you are not currently a member.
Description:
Post questions and discuss the YouTube Data API, the player APIs, and the chromeless player.
|
|
|
Introduction Thread
   
|
|
Hi everyone, I think it's probably about time for an introduction thread :) Here's a chance for you lurkers, regulars, and newbies to post a little something about yourselves. You can talk about what project you're working on, your favorite languages, where you're from, anything that you're comfortable sharing. It'd be great to see some new faces... more »
|
|
Recent ASCAP Letters Regarding YouTube Embeds
|
|
There have been a few questions in the forum regarding ASCAP and we
wanted to provide our perspective on the issue. We have become aware
of yet another misguided effort on the part of ASCAP to double dip--
this time by pressuring third-party websites which embed YouTube
videos to pay royalties to ASCAP. We believe there is no legal basis... more »
|
|
oauth system returns 400 responses when exchanging request token for access token
|
|
Hi, Some time ago I started noticing errors (400 bad request) when trying to complete the oauth handshake, specifically the part to obtain the access token. It appears that it sometimes works and sometimes doesn't, unrelated to any special characters in the token or secret. I'm still using OAuth 1.0 specs (i.e. without the oauth_verifier), but... more »
|
|
Fetch and edit all public videos
|
|
Hi, Is it possible for a authenticated user, to fetch all his/her own videos - but only the public ones? Like if it was SQL: SELECT * FROM video WHERE broadcast='public' && uid='$_SESSION[uid]' The thing is, I want to fetch all the public videos and update their broadcast state to private. Since I have uploaded many videoes and... more »
|
|
Browser based upload in a single page
|
|
I am trying to upload video to youtube using browser based upload process.But in the documentation with the sdk the upload process going throught three different process 1.website authentication 2.taking video details like title,description etc. and 3. the form with the input file control to take the video to be uploaded.But in my... more »
|
|
AS3 API/Javascript
|
|
Hello, Does the new AS3 API still require Javascript like the AS2 API did? lee
|
|
401 error deleting video with Youtube Data API
|
|
Help! What is wrong with this code? I've tried everything and keep getting "User authentication required. Error 401." <?php $command = "/usr/bin/curl --location [link] --data 'Email=MYEMAIL&Passwd=MYPASSWD&service=youtube&source=MYSOURCE' --header 'Content-Type:application/x-www-form-urlencoded'";... more »
|
|
YouTube API limitations and malfunctions
|
|
I have been working on a YouTube API project here for a company and it has been really difficult so far. I have downloaded the entire framework, and it basically does not run at all. Just an endless series of errors culminating in "PHP Fatal error: Call to undefined method Zend_Http_Client::setRawDataStream() in /usr/local/lib/Zend/... more »
|
|
XML Group Feed
|
|
I know how to make a HTTP request for a single users video feed but how would I go about formatting a request for a single GROUPS video feed. I haven't been able to find anything about groups in the YoutTube API Documentation.
|
|
Finding Group Feed
|
|
I'm new to working with the YouTube API and I know how to grab an xml feed for a single user but now I need to know how to list all the videos for a single group. I've searched the API documentation and can't find a single reference to listing info for a group.
|
|
I Really Want to get Started using Youtube Direct i keep getting http error 500
|
|
I reinstalled Eclipse re-walked each step of installation over and over again. After Even Changing The necessary values in the Appengine web.xml file, it was to my understanding that my development server would port at localhost:8080 instead its telling me the correct ytd server is localhost:8888. Can Some one please help me to get it... more »
|
|
|