to pull a video list from one of my playlist. However, I need the
unlisted video to be included in that list as well. Is this
possible?
Currently im using the code below, which works but does not show the
unlisted videos.
YouTubeRequestSettings settings = new YouTubeRequestSettings(<my-app>,
<my key>);
YouTubeRequest request = new YouTubeRequest(settings);
string feedUrl = "http://gdata.youtube.com/feeds/api/playlists/
<my playlist>";
Feed<Video> videoFeed = request.Get<Video>(new Uri(feedUrl));
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment