0
votes
0answers
42 views

How to play VEVO Content using YouTube iframe API?

I need to play VEVO videos on an HTML5 player which is created using YouTube's API in iOS. https://developers.google.com/youtube/iframe_api_reference Currently I'm able to play normal videos with ...
-1
votes
1answer
58 views

youtube api v3 comments to videos for iOS

I am developing an app on iPhone which view my channel only and I need to make a comments on the videos. I've used youtube-api v2.0 and it always respond with an error. And I've googled along for a ...
2
votes
1answer
52 views

Exception when trying to fetch channelId using the youtube api in objective c

I am trying to fetch youtube channel id using the google-api-objectivec-client. The problem I am having is basically that for some reason I am receiving exception when trying to access the channelId. ...
0
votes
0answers
43 views

How can I push a YouTube URL to a database?

I have a small problem in an application I'm building. When I try to insert a YouTube URL from the site to the database, it brings to the table null. Does anyone know what the problem may be? URL ...
0
votes
1answer
61 views

Youtube ios feed thumbnail

I'm creating an app to pull in my friends youtube feed. When I run the app I receive an error: 2013-03-30 16:34:04.973 eastcoastdyes[15395:c07] *** Terminating app due to uncaught exception ...
1
vote
1answer
83 views

Youtube API video duration format

{ "kind": "youtube#videoListResponse", "etag": "\"XlbeM5oNbUofJuiuGi6IkumnZR8/ny1S4th-ku477VARrY_U4tIqcTw\"", "items": [ { "id": "9bZkp7q19f0", "kind": "youtube#video", "etag": ...
1
vote
1answer
543 views

Objective c - How to autoplay a youtube video in a UIWebView

I have seen a lot of posts in here about this issue, but still couldn't find a perfect answer for this problem. So please don't reference me to those solutions unless it completely answer my question. ...
0
votes
1answer
122 views

How do I use the Youtube API (GTLYoutube) to search for a video on iPhone sdk?

I've been working for about 10 hours, and I am completely, 100%, lost. I'm trying to simply query youtube, say for "iPad". Then youtube should return a list of search results... But I'm having all ...
0
votes
1answer
143 views

Youtube API v3 , how to get video durations?

I'm using Youtube API v3 to search youtube. https://developers.google.com/youtube/v3/docs/search As you can see the response JSON doesn't contains video durations. Is there way to get video ...
0
votes
0answers
65 views

Youtube Videos on App Has No Sound [closed]

I have embedded youtube videos on the app that i am making and everything is pretty well on iPad Mini, but when I tested it on my iPad 4th Gen the video has no sounds. I have checked already the sound ...
1
vote
2answers
297 views

Objective-C: Play Youtube Video on App

I am trying to explore what else can i do in iOS app development and it just now that i've tried to include a video on my app. I have this code below that aims to play a youtube video when the view ...
1
vote
2answers
119 views

use youtube v3 with apikey

I'm trying to use the YouTube v3 API to perform searches using the APIKey instead of the oAuth2. My problem is that when I use APIKey, the queries always return an error. This is the code for ...
1
vote
0answers
76 views

Google APIs Client Library for Objective-C

I'm using "Google APIs Client Library for Objective-C" for uploading videos to youtube and my app always crashes since yesterday at GTLService class. After video was uploaded (and appears at ...
-4
votes
1answer
97 views

Video uploaded to youtube has low quality preview thumbnail

I have an iphone application that uploads videos to youtube. It uploads the video files without a problem. But there is an issue that the thumbnail preview image is of very low quality. My question ...
0
votes
1answer
111 views

Filter YouTube video feed by duration using GData

I am using the GData API method - (GDataServiceTicket *)fetchFeedWithQuery:(GDataQuery *)query delegate:(id)delegate ...
0
votes
0answers
72 views

How to solve the conflict in integrating google plus and youtube in iOS

I have got a problem in integrating google plus and youtube in my iOS application.First I have integrated Google plus framework and it worked well.But When I tried to integrate Youtube files with my ...
0
votes
2answers
76 views

Pass Data from one Method to another

I using AFNetworking to populate a UITableView with youtube videos. YouTube API only allows maximum 50 result for each request. So I have to use multiple URLs to get more than 50 results. I created a ...
0
votes
1answer
296 views

How to load more than 50 youtube videos on UITableView?

I am using AFNetworking to parse JSON data on UITableView. YouTube api give JSON data for max 50 videos. I need to load more than 100 videos and i am not sure how to do that. Here is the url i am ...
1
vote
1answer
359 views

How can I force a video played in a UIWebView to be full screen on an iPad?

I'm playing a YouTube video using a UIWebView, like so: self.webView.mediaPlaybackRequiresUserAction = NO; self.webView.allowsInlineMediaPlayback = NO; [self.webView loadHTMLString:videoEmbedCode ...
0
votes
0answers
267 views

Uploading video with YouTube api v3.0 fails with undocumented error code (Objective C)

I am using the following code in an attempt to upload a video to YouTube from an iOS (installed) application via the v3.0 api: ... NSString *path = [[NSBundle bundleForClass:[self ...
0
votes
1answer
107 views

How to Retrieve Objective-c GData Video Description?

I've been trying to retrieve the description of a youtube video using gdata Objective-c. I have been able to get the title but how do i get the description? Title Code: GDataEntryBase *entry = ...
-1
votes
1answer
69 views

Youtube-api, how to check if I liked or disliked current video?

In this page, we have an API to add rating (like/dislike) for a specified video. But I don't see any video to check this. For example, when I load a list of video, then view video details, how to ...
0
votes
0answers
60 views

Replying to other comments GData package (v2 api)

I'm stuck trying to post a reply comment to the api, the posting code itself works fine but cant actually set it to be a reply to another comment, I've looked at the api documentation and frankly ...
0
votes
2answers
151 views

Youtube API - How to retrieve json instead of xml?

I want to load data from youtube api with JSON format instead of XML. This is my sources: - (void) getFavoriteList{ NSString* rawUrl = CONNECTION_GET_FAVORITE_LIST; NSURL *url = [NSURL ...
1
vote
1answer
52 views

Authorization with gdata-objectivec-client

I am using gdata objectivec client to work with youtube v2.0. I don't want to ask user login many times. I want to login one time and get the accesstoken to use later. Please give me some sample codes ...
0
votes
1answer
252 views

How to get a new access token after expiration using OAuth 2.0 along with Youtube API in iOS application

I am using the Youtube Api in my iPad application. i managed to get authenticated and get the access token using the OAuth 2.0. my problem is that the token expires after one hour and i don't know how ...
0
votes
1answer
262 views

Authentication needed error with ASIHTTPRequest

I have do many googling but I can't find any understandable tutorial of ASIHttpRequest and Youtube API. I also ask many question on Stackoverflow and other forums but no one can helps. I try to get ...
0
votes
1answer
73 views

Getting/updating YouTube favorites using Objective-C

I am trying to work with youtube apis. I have 2 methos to get favorite list and add a specified video to that list. Both methods not work. I received the error as below: HTTP/1.1 401 Unknown ...
1
vote
2answers
281 views

How to send a Http post request in objective c?

I am trying to send a post request to youtube to add a video to favorite list. The API document is here and here is my source code: - (void) addVideoToFavoriteWithID:(NSString *)strVideoID{ ...
0
votes
2answers
111 views

YouTube API Fetch Freezes UITableView Momentarily

I'm using the YouTube API to very simply fetch some videos and display them in a UITableView in my iPhone app, however it causes my table to freeze momentarily when fetching videos. I can call the ...
3
votes
2answers
142 views

implement youtube API

Currently, I am developing an App in which I have implemented you tube API for sending videos into you tube.For this I have used https://github.com/nparry/gdata-objectivec-clien/tree/master/Source ...
0
votes
2answers
130 views

Play Video In-App Using YouTube API?

I have my GDataEntryBase from the GDataFeedYouTubeVideo and now I need to load the youtube video for watching. I am searched thick and thin and can't work it out, there is very little documented on ...
0
votes
0answers
58 views

YouTube iPhone Video Fetch?

I am starting to use the YouTube API and I have the following which fetches the first 25 videos of the specified channel: GDataServiceGoogleYouTube *service = [self youTubeService]; NSString ...
0
votes
2answers
215 views

YouTube Video Feed Thumbnails (without black bars)?

I have managed using the YouTube API to fetch thumbnails for my list of videos, however they have black bars top and bottom of the UIImage I get. Can anyone help me work out how to fetch a thumbnail ...
1
vote
1answer
600 views

Retrieving YouTube Channel Uploads in Objective-C using v3 of the API

Hello, I'm trying to fetch channel object from the youtube api using the google-api library in xcode, this is the code I'm using: //youtubeService type is GTLServiceYouTube youtubeService = ...
0
votes
1answer
190 views

Extract .flv file url about Youtube video [closed]

I use Gdata about youtube videos on my iOS app. How can I know the url of .flv file? Is it possible? And, if i not use the Gdata library, can I extract this url?
0
votes
1answer
239 views

Youtube API auto-complete search

I'm using Youtube API, I'd like to have a search auto-complete feature, just like int the site, when you type into the search input box for iPhone App, it gives you terms suggestions. I've read the ...
0
votes
1answer
220 views

How search Youtube videos by keywords in objective-c

how can i search youtube videos using keyword contained into video's title? I use objective-c youtube API. In my example, I use this code to search youtube videos by author-user NSString *uploadsID = ...
1
vote
0answers
135 views

Embedded YouTube Video in Landscape

I have an embedded YoutTube video in my app. The entire app is locked into only running in portrait but I'd like the video to play in landscape once the user taps the play button on the thumbnail. ...
1
vote
1answer
235 views

Youtube GData Videos in a Playlist

Good Day, I'm new to this Youtube GData api and i'm having trouble with accessing the list of videos of a particular playlist. What I did first was get the list of playlist of a particular user. It ...
2
votes
0answers
199 views

Malformed multipart body youtube video upload

I am trying to upload video to youtube from iPhone app. But i am getting "Malformed multipart body". Here is my request format :- Headers : Authorization: Bearer ...
0
votes
1answer
85 views

Add google Plus api and youTube api in objective c at the same time

I am working on a project in which I have to add google plus and youtube api's for iOS. The issue I am facing is that it gives some duplication error while linking: duplicate symbol ...
0
votes
0answers
179 views

Objective C GData API : How to Cancel updating video to youtube

I want to make a function that able to cancel updating a video to youtube. Actually, I've made a function for that, but it's not work. This is the upload function, (This code is from ...
0
votes
0answers
140 views

Getting video url uploaded to YouTube via GData framework

I have a question about GData Youtube framework. I am uploadind my video successfully. But i'm asking that, is it possible to get video url immediately after dissmissing my YouTubeViewController. I ...
0
votes
1answer
260 views

Posting comment to YouTube with GData ObjC client library fails

I'm trying to implement commenting on YouTube videos with the gdata-objectivec-client library, using the code snippet posted in this thread; copy follows: - (void)addCommentTitle:(NSString ...
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
1answer
457 views

Play embeded youtube video on button press

Is it possible to embed a youtube video in your application, but rather than showing the user a preview thumbnail that can be touched, show a standard UIButton that loads the video directly into the ...
1
vote
2answers
2k views

Playing youtube/vevo videos on iOS

I've seen the Google blog article explaining the way to embed youtube videos in an iOS app. I've successfully embed videos in my iOS app. BUT, I've seen the WhoSampled app where they are able to play ...
0
votes
1answer
200 views

NSString with format EXC_BAD_ACCESS code = 1

I'm to creating YouTube player from UIWebView as said in this YouTube tutorial. But when I try initialize string with format, I receive EXC_BAD_ACCESS code=1 here is my code: NSString ...
0
votes
1answer
506 views

not embedding some youtube video in Xcode

I embedded youtube video in my app, like it is show on many tutorials NSString *htmlString = [NSString stringWithFormat:@"\ <html><head>\ ...

1 2