[MonoTouch] How to use Youtube API in monotouch

2012-07-06 Thread Aziz
Dear all

I want to develop application that display the videos of specific channel on
the youtube in the app ..

the idea is:
Choose channel (I have 3 Channels) >> choose Episodes >> the video plays 

is there an open source app example or a useful doc ?

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/How-to-use-Youtube-API-in-monotouch-tp4655827.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


Re: [MonoTouch] How to use Youtube API in monotouch

2012-07-07 Thread Tomasz Cielecki
You will have to communicate with YouTube's web service just like the
YouTube API docs say:
https://developers.google.com/youtube/2.0/developers_guide_protocol_audience

As far as I know it is just HTTP requests and JSON results, so it
should be fairly straight forward.

On Sat, Jul 7, 2012 at 5:33 AM, Aziz  wrote:
> Dear all
>
> I want to develop application that display the videos of specific channel on
> the youtube in the app ..
>
> the idea is:
> Choose channel (I have 3 Channels) >> choose Episodes >> the video plays
>
> is there an open source app example or a useful doc ?
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/How-to-use-Youtube-API-in-monotouch-tp4655827.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> ___
> MonoTouch mailing list
> MonoTouch@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch


Re: [MonoTouch] How to use Youtube API in monotouch

2012-07-08 Thread Aziz
is it like a web service ?
because I did't use any kind of API

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/How-to-use-Youtube-API-in-monotouch-tp4655827p4655853.html
Sent from the MonoTouch mailing list archive at Nabble.com.
___
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch