iOS Youtube API. How to get comments for chanel - ios

I using GDataYoutube and I want to get comments for chanel with framework. How can I do this? TNX!

Related

Creating a Youtube channel ios app

So I want to make an app with my own custom menu, from where I can have access to my videos on youtube. I know how to link individual videos but I want to be able to update it with a back end or just by adding more videos to my youtube playlists and not have to fully patch my app to add more content. wondering how you all might suggest I go about doing this.
This sample will help you understand how to upload your videos to YouTube, https://github.com/youtube/yt-direct-lite-iOS

Youtube API: Retrieving Live Events hyperlink

I am retrieving the Live events from my YouTube channel using the Retrieving Live Events API. I don't see anywhere the actual hyperlink of the video. I am trying to create a list of my upcoming events using this API, but want to add the hyperlink to YouTube.
Am I missing something?
This API is going to get deprecated and it's platform is already did. I suggest you to move to Live API v3.
Either way your watch link is same as other youtube video links. Once you have a broadcast(event) id, it will be.
http://www.youtube.com/watch?v={EVENT_ID}

how to ensure that a youtube API response only contains videos that are suitable for playback on a mobile device

I am trying to add some youtube videos from my Admin page to database. So that mobile application can make use of them to play.
I want to filter the result from YouTube API link so that i can make sure that whatever videos i add to the database will be able to play on mobile devices like IOS and Android.
I tried
&format=5 and &format=1
but no use.
I also went through Youtube API v2.0 Docs but unable to find the correct way to assign fields parameter to my query string
can anyone guide me to fix this?
What you need is videoEmbeddable and videoSyndicated.
Here's my answer to original question: retrive only mobile-supported video from YouTube API

is there an alternate way to get video tags/keywords in youtube api

based on http://youtubecreator.blogspot.com/2012/08/tags-removed-from-video-watch-pages.html, youtube has made media:keywords element empty in youtube api as well.
However, it is important for my application to scan through the tags/keywords. Is there an alternate solution for me to get the tags/keywords for a video?
This blog post gives information relevant to developers: http://apiblog.youtube.com/2012/08/video-tags-just-for-uploaders.html
You can get the tags if you're authenticated as the owner of the video. Otherwise, no, it's not currently possible.

Get YouTube channel content in iOS

I would like to create a small test app for iOS in which I get youtube videos from a specific channel. I would also like to get the comments in the channel and such.
How can this be done? Does the iOS API (Youtube) support this. Didn't find anything about it.
Thanks!
Youtube does have a Objective-C api. You can look through the example applications
here. Should be enough to get you started.

Resources