iPhone - using YouTube APIs in iPhone app [closed]

2019-01-24 17:46发布

问题:

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.

回答1:

this may help http://apiblog.youtube.com/2009/02/youtube-apis-iphone-cool-mobile-apps.html



回答2:

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