Automatically exported from code.google.com/p/google-gdata
0
stars
0
forks
source link
i am using version 1.4.0.2 but not getting video object to retrive the individal values as describe at link http://code.google.com/apis/youtube/2.0/developers_guide_dotnet.html#Retrieving_Video_Entry #316
What steps will reproduce the problem?
Uri videoEntryUrl = new
Uri("http://gdata.youtube.com/feeds/api/videos/ADos_xW4_J0");
Video video = request.Retrieve<Video>(videoEntryUrl);
//printVideoEntry(videoEntry);
What is the expected output? What do you see instead?
could not compile
Please use labels and text to provide additional information.
Original issue reported on code.google.com by prashant...@gmail.com on 15 Jan 2010 at 6:34
Original issue reported on code.google.com by
prashant...@gmail.com
on 15 Jan 2010 at 6:34