Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to show a youtube video into WP7 application?

I want to develop a WP7 application. In this one, I would like to get video from youtube. For example, videos of a channel. So, I know, I need youtube API, but I don't find a simple example to subscribe a channel and receive the latest video...

Is it possible ?

Thanks in advance , have a nice day !

like image 350
Mustafa E. Avatar asked Mar 09 '12 10:03

Mustafa E.


1 Answers

I think there are simple RSS feeds for each channel... If there are no RSS feeds, parse the HTML feed (e.g. http://www.youtube.com/user/nokia/feed)

To play youtube videos, see http://mytoolkit.codeplex.com/wikipage?title=YouTube

like image 197
Rico Suter Avatar answered Jan 03 '23 13:01

Rico Suter