How can i get playlist feed in asp.net through Youtube APT. I got Totalresult =o when i tried to fetch data. Please see the image below:
Please suggest me how to do this.
Thanks.
How can i get playlist feed in asp.net through Youtube APT. I got Totalresult =o when i tried to fetch data. Please see the image below:
Please suggest me how to do this.
Thanks.
try this
Feed<Video> videoFeed = request.Get<Video>(new Uri(feedUrl));
//Iterate through each video entry
foreach (Video videoEntry in videoFeed.Entries)
{
.
.
.