Question

How I can Retrieve Recommended Video using YouTubeQuery I mean I am using YouTube API .?

I have WPF application which is play a video so what ever video is playing that time I want to show saparetaly Recommended Video List.?

NOTE: defualt it will give me once video is done, but that would be not usefull in my case.

Thank you.!

Was it helpful?

Solution

There is a YouTube API call to retrieve related videos. See http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Related_Feeds.

Note that you'll probably have to understand how to use the YouTube API in order to make that work. There is a .NET interface to the YouTube API available at http://code.google.com/apis/youtube/2.0/developers_guide_dotnet.html.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top