I want to retrieve uploaded videos from a certain youtube channel and I w开发者_StackOverflow社区ant to display the list in a UITableView
. Then when user clicks on a row
the video will play. Is this possible to do with youtube API?
Im new to iPhone app development and I need to get this done asap. Can some one provide some code samples or point me in the right direction. I cant find much useful stuff on the net
Please Help
Maybe a good start is
Google Data APIs Objective-C Client Library
or
Google Data APIs Examples
精彩评论