English 中文(简体)
How to read YouTube channel?
原标题:

I have just started developing using Youtube API and stuck in very beginning. I want to know how we can read a channel on Youtube. Means what should I do to read data present on any channel.

Should I use a url and post request on this url.

Or is there any method in the Youtube API calling which i can get the data on a channel.

Please help me folks. I am having no idea from where I should start.

最佳回答

To retrieve information about a channel you should be using YouTube s GData API s. The link below shows the sample request you should be making to search for and retrieve channel information:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_channel_search.html

There s also a really nice demo page for these GData calls where you can try out all sorts of requests, check how they are constructed and what they return:
http://gdata.youtube.com/demo/index.html

It s all XML based so you ll need to up your DOM/SAX parser skills. :) Finally, if you are developing in Java, Python or a few other languages, YouTube already provides some implementations for the parsing and requesting here:
http://code.google.com/apis/youtube/code.html

问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签