Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am kind of stuck while displaying the similar videos list from youtube in aspx page. I could able to play a required videos, I also wanted the similar videos to be shown on screen.

Can you please help me out in getting the same using aspx.

share|improve this question
1  
have you seen the documentation for the youtube apis? They also have [examples in .net]( developers.google.com/youtube/2.0/… . There is a section on related videos – Paolo Falabella Nov 20 '12 at 18:11

1 Answer

up vote 2 down vote accepted

Have you looked at the YouTube Data API?

The Data API allows a program to perform many of the operations available on the YouTube website. It is possible to search for videos, retrieve standard feeds, and see related content. A program can also authenticate as a user to upload videos, modify user playlists, and more.

You can find example code in the .NET Developer's Guide.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.