I was going through the Google API for the iPhone but couldn't quite understand the use of YouTube API in iPhone apps. Neither could I find any good tutorials.
Can someone please point to documentation/samples which explain how to use the YouTube API in an iPhone app.
Thanks.
this may help http://apiblog.youtube.com/2009/02/youtube-apis-iphone-cool-mobile-apps.html
Try out this link
http://gdata.youtube.com/feeds/api/videos?q=%@&start-index=21&max-results=20&v=2
replace the %@ with the text that you are searching it will return you xml parse it and get the data displayed in your controller
Hope this helps