如何通过asp.net中的Youtube API获取用户视频列表

时间:2012-06-21 06:26:47

标签: asp.net youtube-api

如何通过Youtube APT在asp.net中获取播​​放列表供稿。 当我试图获取数据时,我得到了Totalresult = o。 请参阅下图:

enter image description here

请建议我如何做到这一点。

感谢。

1 个答案:

答案 0 :(得分:0)

试试这个

Feed<Video> videoFeed = request.Get<Video>(new Uri(feedUrl));

        //Iterate through each video entry
        foreach (Video videoEntry in videoFeed.Entries)
        {

.
.
.

Dynamically Output A List of YouTube Videos In ASP.NET