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.