Tagged Questions
0
votes
0answers
11 views
OAuth Error For PHP to YouTube Upload
I'm trying to implement the code for uploading YouTube videos using CodeIgniter
See:
https://developers.google.com/youtube/articles/codeigniter_library
When I run function 'access_youtube', I do ...
1
vote
0answers
4 views
Unable to execute ListBroadcasts using Google YouTube API on Windows 8
I am unable to execute ListBroadcasts example given by Google using YouTube API on Windows 8. I am getting the following error:
IOException: 400 Bad Request
{
"error" : "invalid_client"
}
...
0
votes
2answers
26 views
Check if YouTube User Exists with PHP
Okay so I'm trying to redirect a user back to subto.me.com if subto.me/args doesn't exist I have this code
if(file_exists($BASEPATH."partials/".$request['args'][0].".php")) {
...
0
votes
0answers
8 views
YouTube Api: Filter entries based on MediaTypes
When i query videos from youtube i get multiple entries with different mediatypes, how can filter this on the serverside to only return entries of type 3.
...
-1
votes
0answers
23 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 ...
-1
votes
0answers
10 views
Trim video uploaded on youtube [closed]
Is there a way to cut video uploaded on Youtube(Vimeo or another video service) using api.
I need to be able to show only exact part of video. The other can be cutted or hidden.
I was searching ...
0
votes
0answers
14 views
How to create firewall for YouTube?
I want to to develop YouTube player (called FamilyTube) to filter inappropriate content. Objective is to give more restriction than current YouTube SafeSearch filter.
How it works: a user searching ...
0
votes
0answers
19 views
Youtube Rating Not counted in likes
I am using Youtube .net API...as documentation saying rating to 5 will add a like the likes are sent but when i login then only like button turns green and like is not counted but when i manually ...
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
1answer
32 views
How to provide Youtube authentication token in PHP cURL
Following this guide, I'm trying to retrieve a Youtube user's subscriptions. I am able to get the user's authentication token, however I don't know HOW to actually send it with my cURL request. The ...
0
votes
1answer
38 views
Can't get Youtube access token with curl (PHP)
I'm following this guide to make a server side Youtube web app in PHP. I can't get past step 4. Everything up to that is good, it redirects to my script and I can obtain the authorization code no ...
0
votes
0answers
21 views
YouTube API. Upload video with standard definition or HD (Using GData- objective-c)
when i'm using Gdata-objective-c-client to upload video.
In app native share on iphone have options : Title, description.. and standard definition or HD.
Standard or HD i don't find api to process.
...
0
votes
1answer
27 views
Use youtube audio sequence with local video
Is it somehow possible to combine the audio sequence of a youtube video with another video?
The user enters a youtube url and uploads a local video.
Now I want to combine his video with the audio ...
0
votes
3answers
26 views
Adding commas in numbers of four or more digits
I have a php script that echoes the view count of a Youtube video using the Youtube API. However, I would like it to add commas when reaching views in the thousands and over.
My code is below:
$JSON ...
0
votes
0answers
25 views
YouTube API v2.0 for javascript Pay Per View BUGS: not filtering out paid-content and will not play subsequent videos after PPV trailer ends
There seems to be a BUG in the YouTube API v.2 for Javascript.
If a Pay Per View trailer reaches the end no subsequent videos will play with the player.loadVideoById(VideoID) call.
My work-around was ...
0
votes
1answer
15 views
youtube api movie rental / purchase
I am wondering if it is possible with the youtube api to get a list of purchasable, or rentable movies. When I go to the youtube website and I am logged into my google account I can see movies to ...
0
votes
0answers
15 views
How to make a application form that anaylizes youtube stats
How can i create an application that gets the user to connect their YouTube account, then the system analyizes the stats of the channel, and if they are alright they get brought to give more ...
0
votes
0answers
25 views
XML Youtube, access to yt:accessControl? the character :
I have
this xml file
and i'm trying to access to the value of attribute permission in the tag yt:accessControl in php
echo ...
0
votes
2answers
25 views
Youtube API get feed ignore duplicates
I cannot find a way of getting youtube to not return duplicate videos in a feed.
I am currently using API v1 and I understand that v2 and v3 are where I should be moving too. I am using ZF 1 and its ...
0
votes
0answers
22 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
28 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
0answers
12 views
Getting “Note:” field from a YouTube playlist via Javascript & API
I'd like to get access to the "Note" one can add to a video in a playlist, but it doesn't seem to show up anywhere in the JSON I retrieve about the playlist. I'm using the following url to get the ...
1
vote
1answer
35 views
How can i patch this unwanted and strange iteration in javascript?
I made this simple script for searching video on YouTube but, there is a strange echo of this code:
var nPageToken = response.nextPageToken;
if (nPageToken){
...
0
votes
0answers
18 views
Using YouTube API to pull matching Uploader + Keyword videos into Website
I am not exactly highly experienced with the YouTube API but I need help with the following issue.
I have hundreds of videos that I would like to pull into certain areas of my website. I was ...
1
vote
0answers
52 views
YouTube api v2.1 cannot post video id to playlist as json object - javascript
I get a 400 error invalid JSON when I post a video id object to a youtube playlist using javascript/jquery.
The object is:
{ "video":
{
"id": "me21QEpg760"
}
}
The ajax ...
0
votes
0answers
26 views
YouTube API whitelist
Our group does some serious API querying, for one customer we make a sustained 10K+ calls per minute to Facebook's API.
We recently added YouTube API support. However, there seems to be limits that ...
0
votes
1answer
47 views
Iterating based on list of strings in Python
With a list of YouTube videoIDs in a text file, the code below aims to loop through these while getting the comment feeds from all these videos. Could anyone spot the looping error(s) I must have ...
0
votes
0answers
26 views
Can't Play flagged video in Youtube API?
I'm developing an application which play bikini girls video in youtube. I'm using Youtube API to play video, but it can't play videos which flagged by user youtube. Please show me how to fix this ...
0
votes
1answer
39 views
in youtube API 3 user authentication required or registering the app by the developer is enough?
i want to develop an android app using youtube API 3.
It is necessary that the user who will be using the app has to login with his/her gmail credentials to actually view a video?
Or just ...
0
votes
0answers
55 views
Youtube API : Service account
I need help for youtube API. I guess that I have to use service account because I need more then 10 users use same account. I am not sure why i get empty items list for playlists request. Should I ...
0
votes
0answers
30 views
python youtube api upload on user behalf
I have a situation where I would do the following
user uploads a video
I will re-encode the file to MP4
I need to share it to Youtube after re-encoding.
I was able to setup OAuth URL and get the ...
0
votes
1answer
94 views
YouTube API, C#.net - Getting video info from YouTube failed some times
I'm trying to add comment to videos on YouTube , some times when I'm getting a video to add comment on it, YouTube send me the below error:
Execution of request failed: ...
0
votes
0answers
15 views
YouTube Direct Privacy Customisation [closed]
we would like to know if we can change/customise the default functionality for "YouTube Direct".
If anyone can answer any of the following questions it would be much appreciated:
Is it possible to ...
0
votes
1answer
70 views
How to get Youtube video information with jquery
I'm trying to figure out how to get all the information of a Youtube video with jquery and am having only a little success.
I used the following code to get the video title and description...
var ...
0
votes
1answer
72 views
API Youtube, how to get like and dislikes
On a website, i use API Youtube with ZendGdata for retrieve all video of a user and create webpage with the video and his informations.
Now i need to add a system for like or dislikes video on my ...
0
votes
1answer
175 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
1answer
38 views
youtube api for building a website
I am new to building a website with JAVA, JSP-servlet and just trying to build one using YouTube APIs to realize some functions like viewing the users' subscriptions . But I found that the APIs ...
-3
votes
1answer
41 views
How to get an array within an array in PHP
The piece of code below gets the playlists of a user from the YouTube api and stores the title and url in the $playlists array.
<?php
function get_playlists($username)
{
if ((time() - ...
1
vote
1answer
213 views
jQuery AJAX load and Youtube API iframe
i'm working on a webpage. I'm using jQuery load (AJAX) function to dynamically load new content into the content div. In each of these content divs there is an image. When you click on that image a ...
0
votes
0answers
47 views
youtube video iframe obj getPlayerState dont work to me
I would get a reference to youtube player but it dont work for me
with old embed style it worked
var sStatus = ytplayer.getPlayerState() generate err
firebug msg player.getPlayerState is not a ...
0
votes
1answer
60 views
My PHP get YouTube video api fucntion is't printing anything
Just been crating an api (as an exorcise) to get my latest YouTube video and nothing is being printed. I'm very new to PHP and have just started to create myself a website
youtube_api.inc.php
...
0
votes
0answers
82 views
YouTube API to play random video from tag
I have YouTube API which I got from this link...
https://developers.google.com/youtube/iframe_api_reference
It's working okay, but I am looking for a way for it to play a random video based on a ...
0
votes
1answer
85 views
Youtube Data API PHP Channel List query from CMS account
Followup question to an answer posted to a question I asked about the Youtube Analytics API
Per the answer to the question above I'm trying to query the Youtube Data API using the Google PHP API ...
0
votes
0answers
24 views
link an autoplay thumbnail youtube to the video detail
During the creation of a custom channel, I got correctly the API that shows thumbnail in AUTOPLAY. Anyway clickon video, it starts/stops. I would like to disable this control and link the clickon ...
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 ...
0
votes
0answers
84 views
Can Youtube player play a vedio placed on my webserver
I'd like to ask does anyone know whether I can use C# to call youtube player API to play some vedios but these vedios are not putted on Youtube website ? It means , the vedio files I place on my local ...
0
votes
1answer
61 views
How to upload to a specific YouTube channel with Oauth2 and YouTube API v3
I'm following YouTube's API V3 guide to uploading a video using Oauth2:
https://developers.google.com/youtube/v3/guides/uploading_a_video
However, it's not clear to me how to upload to a specific ...
2
votes
1answer
93 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 ...
3
votes
1answer
61 views
code 401, login required, while using YouTube Data API V3 on Android
I am trying to use the new Youtube Data API on Android to retrieve the Video title from a given ID,
https://www.googleapis.com/youtube/v3/videos?id=6DbS1VB8HGo&part=player&key=XXX
However ...
0
votes
0answers
149 views
new Youtube api for android: getting video title
I am using the new Youtube API for android. I have managed to use the API to display a particular playlist(using ListView) and upon clicking on a video on a list I am able to play that particular ...







