Tagged Questions
0
votes
1answer
52 views
Getting a list of videos from a YouTube channel using JSON
I am attempting to list the 5 most recent videos (title, updated, thumbnail (hqDefault)) from a channel. I have the data in JSON format, but despite looking at several guides I can not seem to parse ...
0
votes
1answer
26 views
C / Youtube API Request > VLC
Im trying to improve my tiny C application wich streams youtube videos.
For some reason im not beeing able to send request and decode json.
Could someone point me in the right direction, this is the ...
0
votes
1answer
40 views
Why are my tab contents not refreshing?
I have a page with several tabs on it. When the user enters a value in a text input and then mashes a button, I want to replace the contents on a particular tab. I have this code (some of the details ...
0
votes
1answer
37 views
Youtube video subscription username and email id usign php json
I have a code like this.
<?php
$data = file_get_contents('http://gdata.youtube.com/feeds/api/users/userid?alt=json');
$data = json_decode($data, true);
$stats_data = ...
0
votes
1answer
40 views
Youtube Fetch All Playlists
I am using a PHP script to find all the playlists that a particular user ID has uploaded. The problem is the script is not returning all the playlists, but only some of them .
I want to get all the ...
0
votes
0answers
13 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 ...
0
votes
2answers
43 views
Extracting data from a YouTube playlist XML
I'm a JavaScript and YouTube API beginner
I'm trying to access some data from an xml file. It's the atom file generated from a YouTube playlist. I want to be able to extract the thumbnail, videoid ...
1
vote
2answers
65 views
get youtube oembed json with ajax
I am try to get oembed code of youtube link with ajax but it returns always error
I am using ajax with Jquery
$.ajax({
method: 'GET',
dataType :'json',
...
0
votes
0answers
21 views
Is there a simpler way to return back a list of videos from a YouTube search query in Objective-C without parsing the JSON response by hand?
Basically I'm getting back an extremely long JSON file in response to a YouTube search query.
Basically if a user types in "britney", it will respond with a list of videos matching the search term.
...
0
votes
1answer
39 views
json youtube api
i want to get youtube videos
code example
var youstinky = {
getYoutubeData : function(){
...
0
votes
1answer
66 views
YouTube user feed parsing from JSON
I am trying to make a script to get the JSON feed of a specific user latest 2 uploads on YouTube. I tried to use this script
<script type='text/javascript' ...
0
votes
1answer
101 views
Youtube API get user videos by tag
I'm having issues while trying to get videos from certain user.
Situations while trying to retrieve videos from edransgosocial
how: ...
0
votes
0answers
38 views
retrieving channels view with json
I'm trying to create a tabble on google drive with youtube views information from different channels using
var url_prefix = "http://gdata.youtube.com/feeds/api/videos?alt=json&author=";
var url = ...
0
votes
0answers
76 views
youtube api json-c
Ok so I am trying to change my script for getting youtube playlist to the uploaded videos from youtube instead, reason I am changing this is because I want to use the username not an id (e.x. ...
2
votes
1answer
54 views
Youtube API json request, I can see the object, but when I try to print to console, it says function is undefined.
Here is the call in my HTML
<script src="http://gdata.youtube.com/feeds/users/AbrahamLingo/uploads?alt=json-in-script&max-results=30&callback=charms" ></script>
Here is the ...
3
votes
1answer
105 views
Return video duration from Youtube API using JSON
I'm trying to retrieve and print the duration of each video that is being returned via the Youtube API using JSON. The duration needs to be out putted like this:
9:34min and not in seconds
But I ...
-4
votes
1answer
211 views
Listing youtube videos into a list view with JSON [closed]
I'm trying to list the youtube videos into a list view in Android. I've created the request via UrlConnection, but i don't know how can i get the response and put in a list view.
here's my request:
...
0
votes
1answer
132 views
iOS - YouTube JSON-C Parsing
I have been trying to parse a JSON from the YouTube V2 API and it has been crashing, and I cannot find out why... Im only new to iOS from Android.
CODE
- (void)viewDidLoad
{
[super viewDidLoad];
...
0
votes
2answers
56 views
Inserting variable (grabbed from json) into element
I have a function to grab a video title from a YouTube json callback, which works - however I'm having issues inserting the variable into an element.
Here is the feed I'm grabbing:
<script ...
0
votes
0answers
26 views
on click load embedded player and place the title of the video in div
I have used the YouTube Data API via JSON playlist carousel template to build a video site and it works well. The problem I'm having is I have added an extra div which i have named ='video_description ...
0
votes
2answers
94 views
Getting 403 error with youtube API
I am showing the latest uploaded youtube videos on my channel. It works fine but from time to time it gives this error, and renders my entire site in error!
[phpBB Debug] PHP Warning: in file ...
0
votes
1answer
130 views
Fetching information from Youtube using JSON not working in FIREFOX
I am attempting to fetch data from Youtube via JSON. This code is running in Chrome well, but it is not working in Firefox. My code is as follows:
function test(url){
var youtube_id = ...
0
votes
2answers
84 views
jquery youtube retrieving description
How do I add to this code so it pulls the description as well as the title and the video in an iframe?
JavaScript:
$(function() {
var htmlString = "<ul>";
...
-3
votes
1answer
56 views
JSON doesn't work on my server [closed]
I've got problem with JSON. It isn't working - it backs null - on my two hostings but works on jsfiddle.net
There is PHP 5.3 on my servers.
What's wrong?
The script:
<head>
<script ...
3
votes
3answers
264 views
How to get YouTube JSON GData url
i have made an application in which i am fetching YouTube videos using this url:
http://gdata.youtube.com/feeds/api/users/GoogleDevelopers/uploads?v=2&alt=jsonc
in a same way i want to fetch ...
0
votes
0answers
78 views
parsing JSON of Youtube's most popular videos
I'm very new to coding and I'm trying to both get the JSON code from this link
and return a string that gives me the videos' title, the author's username, the number of categories the video is tagged ...
1
vote
2answers
429 views
Android Youtube API JSON-C parsing with GSON
i'm trying to devolop an Android app to retrieve videos for a specific user and i would like to use the JSON-C response format to keep size low. Once i get my response is in the format:
{
...
1
vote
1answer
220 views
How to run youtube in ios6 App
I have problems to run a video directly after a click on a cell in a tableView. I use youtube API, didSelectRowAtIndexPath to launch video. And I have differents possibilities to have the video with ...
0
votes
2answers
105 views
Cakephp: get youTube playlist as json and send data to view
I would like to call data from my youtube playlist. As far as I can see, the return is json.
What would be the best way to call the data into the controller?
I tried
$url = ...
-1
votes
1answer
141 views
Get a users youtube feed with knockout js?
Is this possible.. here's what I have atm, but my data object is just returning a load of jargon, what am I doing wrong? Am I doing anything.. right, for that matter?
I basically want to print out a ...
0
votes
2answers
302 views
error when accessing youtube api: 'Warning: file_get_contents() [function.file-get-contents]: URL > file-access is disabled…'
i was trying to follow this answer:
http://stackoverflow.com/a/3331372/1063287
so in my php document i had the variables below:
$json = ...
0
votes
0answers
93 views
YouTube Video API Json [closed]
Can I remove, alter or insert videos from my youtube account via json or another format provided by the youtube api?
Otherwise, is there like videos register with expiration date?
Thank you.
0
votes
2answers
193 views
Search Youtube and return JSON
Is there a url I can use the search for 'foo' on YouTube, and return JSON with a list of videos?
0
votes
1answer
99 views
PHP json decode with number tag [duplicate]
Possible Duplicate:
Get a PHP object property that is a number
I tried to decode the json result from youtube data api by the following code:
...
0
votes
1answer
44 views
Youtube data API in XML
I'm working with the data api. I want to retrieve data from a specific video.
That works with JSON in PHP. But I need to do that in Qt, that's why XML is easier because I have done it before and its ...
0
votes
2answers
155 views
How can I query the youtube api to return the yt$videoid?
I'm currently using this to query for the first video matching deadmau5:
https://gdata.youtube.com/feeds/api/videos?q=deadmau5&v=2&alt=json&max-results=1&prettyprint=true
This ...
0
votes
1answer
162 views
Fetch video data from YouTube on the fly
In my form, a user pastes (or types) the URL of the video from YouTube. When this happens I need to be able to fetch the relevant data from YouTube and pre-populate certain fields, e.g. title, ...
0
votes
0answers
79 views
social followers having a hard time with linkedin and instagram using json and ajax
I am trying to make a social bar at the bottom of my page that pulls in the latest numbers of followers, subscribers, etc. from social sites but I am having a hard time with linkedin and instagram ...
0
votes
1answer
85 views
parsing Json where ID is an integer using gson
I want to parse the following Json file in Java. But I am not able to parse it because the tag is an integer. Please suggest a method to parse the following data:
content:
{
1: ...
-1
votes
2answers
217 views
Android JSON parsing , can't connect to service
i m trying to write a method for calling service and get JSON data back in Android application. assume all necessary gloable variables are declared already...
these are the lib i m using:
import ...
1
vote
2answers
550 views
How to extract RTSP link from youtube feeds
Let say we've youtube video id
$vid = "g6Sji2R1kkQ";
then using feeds like
$vfeed="http://gdata.youtube.com/feeds/api/videos/$vid";
or also can use
...
0
votes
1answer
221 views
iOS app uploads video to youtube using GData and using JSON framework cause Duplicate error
I can upload a video to YouTube by using GData framework from my iPhone app. But in my project I also need to have JSON framework. when I integrate them, the app crashes, and the error is:
...
0
votes
0answers
106 views
JSON Problems Using Youtube API
Been trying to extract the youtube author from a JSON code but failed.
Already extracted the view count with a PHP code I found on this website.
JSON PART:
"yt$statistics":{"favoriteCount":"993", ...
0
votes
1answer
127 views
Youtube API response data
Youtube's API documentation seems to me to be complete rubbish, I've spent hours reading through it and can't seem to figure out how to display a simple thumbnail of a video even by just ...
1
vote
1answer
103 views
Why won't this python script input into a MySQL table I set up?
I'm trying to pull data from the YouTube API into a local MySQL table. I went through a bunch of debugging until I landed on the below script, but I get no errors from this script, so I'm a bit lost. ...
-4
votes
1answer
282 views
get json youtube suggestions with php [closed]
http://suggestqueries.google.com/complete/search?hl=en&ds=yt&client=youtube&hjson=t&cp=1&q=WORD&alt=json
i have this url. it creates youtube autocomplete suggestions in json. ...
1
vote
1answer
2k views
Using YouTube API to get all comments from a video with the JSON feed
I'm using the YouTube API to get comments for a video with a parameterized query like the following:
http://gdata.youtube.com/feeds/api/videos/theVideoID/comments?v=2&alt=json
The problem with ...
0
votes
1answer
1k views
Channel Views from YouTube API?
I am looking to get the amount of channel views a YouTube channel has through their API.
I have been looking through the documentation and been googling but I cannot seem to find how.
Channel views ...
0
votes
2answers
468 views
Dynamic table of thumbnails/urls from YouTube API with jQuery
I'm very new to js and jQuery, pardon my bad code. Trying to dynamically generate a formatted table of YouTube thumbnails/urls from a keyword query. Thumbnails need to be wrapped in an tag with ...
0
votes
3answers
252 views
Extracting data from JSON issue
I am trying to get some information about YouTube channel's from the YouTube API.
This is an example the output (using Google's channel), http://gdata.youtube.com/feeds/api/users/Google?alt=json
I ...




