Question

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top