The YouTube APIs and Tools enable the integration of YouTube's video content and functionality into a website, application, or device.
1
vote
3answers
480 views
Get XML Attribute with SimpleXML
I'm trying to get the $xml->entry->yt:statistics->attributes()->viewCount attribute, and I've tried some stuff with SimpleXML, and I can't really get it working!
Attempt #1
<?php
$xml ...
1
vote
1answer
308 views
Youtube api get top 10 most viewed with python
A have a little problem/question.
Im trying to retrieve the most videos from the youtube api, but it seems that my output are not correct.
when I'm using this url ...
1
vote
1answer
332 views
How to upload videos to youtube from url
I have an option for users to share videos. I use to filepicker.io to handle my uploads. I am using zend gdata plugin, it works well for videos stored on my server. But it does not work for videos ...
1
vote
0answers
189 views
Uncaught exception 'Zend_Gdata_App_HttpException
here is my code.
// Instantiate the parent object
parent::__construct(false, 'Youtube Upload');
set_include_path(TEMPLATEPATH . '/inc/');
require_once ( 'Zend/Loader.php');
...
1
vote
1answer
284 views
Socket error when using gdata Youtube API in Python
I'm using gdata to map YouTube URLs to video titles, using the following code:
import gdata.youtube.service as youtube
import re
import queue
import urlparse
ytservice = youtube.YouTubeService()
...
1
vote
2answers
587 views
Trying to direct upload via Youtube API and getting Invalid Request (NSURLErrorDomain error 400.)
I'm trying to direct upload a video to Youtube via the Youtube API. I can't figure out where the problem is...is it my request URL syntax? Is there something wrong with the way I'm adding the video ...
1
vote
3answers
301 views
How to get Read-only Youtube API access
For YouTube APIs, the only scope that is document is http://gdata.youtube.com, which asks the user to grand full read/write access. Is there a scope that asks/grants read-only permissions OR just read ...
1
vote
1answer
1k views
YouTube wmode=opaque not working in IE9 (or any other IE)
I need to use wmode=opaque or something similar because I would like to place an image in front of the video (placeholder and arrow images as the videos will be in a slideshow).
However, I'm ...
1
vote
2answers
404 views
Youtube integration - Warning
I got this warning when i ran the application on my iPhone.
warning: Unable to read symbols for /Users/illep/Library/Developer/Xcode/iOS DeviceSupport/4.3.3 (8J3)/Symbols/System/Library/Internet ...
1
vote
1answer
2k views
How can I pause a YouTube video when a button is clicked with jQuery?
I have a jQuery slider (mostly identical to the http://slidesjs.com one). I haven't had luck finding an answer to the question of how to pause the "current" or visible slide's YouTube video when the ...
1
vote
2answers
2k views
Problem uploading to YouTube using Google API Java Client
I am using the Google API Java Client library (http://code.google.com/p/google-api-java-client/) to upload a video on my Android phone to YouTube.
Here's the code I have so far:
// Create the meta ...
1
vote
3answers
2k views
How to integrate YouTube API into my iPhone app?
I want to integrate the YouTube API into my app, how can I do this?
P.S.,
I'm making an app for a YouTube channel. I tried opening YouTube in a webview, but this made everything even worse because ...
1
vote
5answers
868 views
SimpleXML loop works but breaks half way through
I have a loop going through results from a youtube feed and it works fine but towards the end it fails with the error:
Warning: main() [function.main]: Node no longer exists in ../youtubereader.php ...
1
vote
2answers
6k views
Parsing annoying Youtube API XML feeds with jQuery
I am learning how to utilise external XML feeds within our Intranet, to better serve our staff and reduce their need to go outside the network for content.
I can render the basic information from the ...
1
vote
1answer
2k views
how can i create a seekbar in javascript
i am working on a webapp for viewing youtube videos using chromeless and it js api
i can implement play,pause,mute,etc easily but not sure how to create a seekbar
1
vote
1answer
2k views
Play youtube video in full screen?
First of all sorry, If somebody finds this question is repeated (haven't found any by myself).
I am developing for an iPad application and trying to play youtube videos using this code:
...
0
votes
1answer
87 views
video playback displays blank screen with only audio?
I have to develop an one android application.
here i have to play the youtube video on full screen mode and normal mode.
i have using youtubeplayerfragment.
Here the video is playing well on ...
0
votes
1answer
51 views
how to upload video to youtbue using YouTube Direct Lite App for Android
i'm try to upload video from youtube without using intent
in my previous Q
using youtube data in android project
Ibrahim Ulukaya Proposed to use in his example ...
0
votes
1answer
63 views
upload video to youtube from android using google-api-java-client 1.14.1 or ytd-android-0.2
Further to my earlier question which is not answered
using youtube data in android project
my goal is to upload YouTube video, and after get the URL, then do a search by key developer.
I spent ...
0
votes
0answers
174 views
YouTube Data API v3 daily quotas and per-user limits
YouTube Data API v3 has, as can be seen in Google APIs Console, a daily courtesy limit or quota of 5,000,000 units/day. And you can also set a per-user limit, for example 1,000.0 units/second/user. I ...
0
votes
1answer
101 views
YouTube Data API v3 allowed referers for browser app key not working as expected
I am struggling trying to configure the new YouTube Data API v3 correctly. I need to access the API from a Google Chrome extension. I already created an API key from Google APIs Console, more ...
0
votes
1answer
91 views
Getting YouTube user profile fails with 401 Unauthorized for some accounts
I was able to replicate this problem in the OAuth 2.0 Playground by authenticating with an account that doesn't have a YouTube channel/username, and calling the Get User method ...
0
votes
1answer
95 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 ...
0
votes
1answer
113 views
How to get the youtube favorites url
I made the following
var NAME = 'youtube';
var SCOPE = 'http://gdata.youtube.com';
//var URL = "https://picasaweb.google.com/data/feed/api/user/default";
var URL = ...
0
votes
1answer
1k views
Using YouTube Data Api in Android
Am trying to use YouTube Data Api in my android app. When i try to run it as a java project, it runs fine without any errors. But when i try to do the same thing in my android application , the ...
0
votes
2answers
173 views
Add a video to a playlist using resumable upload
Does anyone know how to add a video to a playlist when using resumable upload?
Let me make this clear. Below is my code.
Video newVideo = new Video();
newVideo.Title = ...
0
votes
0answers
301 views
Uploading file with Youtube API v3 and PHP
I'm trying to upload a file to youtube using the new api v3. Here's what I do...
public function upload(){
if(isset($_FILES['userfile'])) {
$snippet = new Google_VideoSnippet();
...
0
votes
2answers
595 views
How to run YouTube Video in Android Emulator
I have made a program in which i am fetching list of youtube videos in listview and i have implemented onClick also
source:- I have followed a tutorial on how to use the youtube gdata. Populating a ...
0
votes
1answer
177 views
Not getting list of YouTube videos
I have followed a tutorial on how to use the youtube gdata. Populating a listview with videos from youtube and a onclick. The source code is available on:
...
0
votes
1answer
137 views
searching for a youtube video and watch it on you webpage
I am building a webpage, with search function where you can search for youtube videos and, after clicking on search those videos will be displayed on the same page. Now i want to make them playable as ...
0
votes
2answers
849 views
How do I get a list of uploaded videos for a certain channel with the new YouTube Data API (V3)?
I am trying to get a list of video ids for all uploaded videos to a channel. I would also like to use the new version of the YouTube Data API (V3). How do I do this?
0
votes
1answer
826 views
Upload video to youtube using php client library v3
I am trying to upload a video to youtube using client library v3.
The v3 library is experimental and does not have much documentation
(samples provided does not include youtube)
I have properly ...
0
votes
1answer
734 views
Full Screen Option in Chromeless player using Javascript?
I am using Youtube Javascript API to develop chromeless player.
Can you tell me How to Add / Develop "Full Screen Control" using Javascript on player ?
0
votes
1answer
315 views
Creating a playlist with Youtube DATA API on Android
I am trying to use the Youtube GDATA API in order to add a new playlist to a youtube account.
I base my code on the documentation: ...
0
votes
1answer
215 views
Latency with Youtube Analytics API
This page (http://apiblog.youtube.com/2012/03/keeping-things-fresh.html) does a great job of explaining the latency of results obtained using the Youtube API version 2.0. Is there an equivalent ...
0
votes
1answer
275 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
2answers
178 views
Google cannot redirect to the URL I set, OAuth 2
I am trying to use OAuth 2.0 to login Google. After I got the temporary authorization code and then use it to get the access_token, Google won't redirect me to the URL I set when post, here is the ...
0
votes
1answer
285 views
How to retrieve my own private playlist through YouTube API?
I'm trying to find a way to retrieve my own private playlists from YouTube, for display on my own personal website. So far, all the documentation appears to say that retrieving private user data (like ...
0
votes
2answers
134 views
xpath for youtube entry search result
i need help with the xpath query to extract the title text and thumbnail url of each entry in the following rss results
<?xml version='1.0' encoding='UTF-8'?>
<feed ...
0
votes
1answer
252 views
Is there a free unilimited API to get the top 100 billboard with Youtube music videos?
On http://www.youtube.com/music, there's a Billboard hot 100 list. Is there a API to get this list programmatically?
I know there's a youtube API to get the top music videos: ...
0
votes
1answer
238 views
Search results in XML put into array with jQuery
I asked another question earlier and managed to get help with some code that would take an XML file from a YouTube search query. Then, using jQuery, get the information needed from the XML file (the ...
0
votes
1answer
307 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 ...
0
votes
1answer
502 views
Youtube .NET Data API: Retrieve only videoID?
I am using youtube's .NET API to retrieve video feeds, here is the code:
String[] ids;
YouTubeRequestSettings settings = new YouTubeRequestSettings("My App Name", "My App Key");
...
0
votes
2answers
390 views
Youtube api (c#) strange error
I have been puzzling with this problem for 3 days now but i cant figure out any solution. Excuse me if this is no the place to ask that kind of question. But believe me i have not other alternatives.
...
0
votes
1answer
687 views
How to use the Youtube api login procedure using c#?
There is this doc. available. So I used
YouTubeRequestSettings settings = new YouTubeRequestSettings("Appname","devkey", textBox1.Text, textBox2.Text);
request = new YouTubeRequest(settings);
Video ...
0
votes
2answers
713 views
Error in Getting Youtube Video Title, Description and thumbnail
I was getting youtube title and youtube description form the same code but now its not working
I am getting following error:
Warning: DOMDocument::load() [domdocument.load]: http:// wrapper is ...
0
votes
1answer
326 views
Check Duplicate Youtube API Upload
Is it possible to check for duplicate youtube upload?
When I try to upload the same video it is in the rejected section of youtube and shows the status as 'duplicate'.
Is it possible to check ...
0
votes
1answer
147 views
Images placeholder getting stuck behind iframe (just on Windows machines)
I'm trying to get it so that the clicking the image will play the video underneath. It works absolutely fine in all Mac browsers - here...
http://jsfiddle.net/SparrwHawk/KtbYR/14/
But doesn't work ...
0
votes
1answer
540 views
How to get id of lastest uploaded video on youtube channel
How can I get the id of latest uploaded video in a specific youtube Channel using Python?
0
votes
1answer
104 views
Python YouTube Gdata API broken after small change
I changed how my script was getting it's list and somehow I broke the Gdata-API
sys.argv[1] is a text file of urls like this
The error starts when I comment out Part 1 & 2 and Add 3. When I ...