Hi Aziz, I took the source for the youtube client lib from http://code.google.com/p/google-gdata/ and built it against MonoTouch (taking out anything that made no sense in MonoTouch, such as System.Configuration, registry access, etc). Here's the lib along with a small sample that gets a youtube feed and writes the titles into a UITableView:
https://dl.dropbox.com/u/38672503/YouTubeMT.zip Hope that helps. Cheers, Mike On Thu, Jul 19, 2012 at 11:30 AM, Nic Wise <[email protected]> wrote: > 1) the library is now up to v2.1, so you might want to get the latest > > https://code.google.com/p/google-gdata/downloads/list > > you may need to edit (in notepad, or something similar) the > ProjectTypeGuid value in the csproj by hand. For example, in > gapps/Applications.csproj, there isn't one: > > <?xml version="1.0" encoding="utf-8"?> > <Project DefaultTargets="Build" > xmlns="http://schemas.microsoft.com/developer/msbuild/2003" > ToolsVersion="4.0"> > <PropertyGroup> > <ProjectType>Local</ProjectType> > <SchemaVersion>2.0</SchemaVersion> > <ProjectGuid>{96CCB33A-3B32-480E-B83D-93F0309F7DD2}</ProjectGuid> > ... loads more XML here ... > > But for MonoTouch, you need to put: > > > <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> > > below <ProjectGuid>.....</ProjectGuid> > > then reopen it and see if you can set the build type. > > 2) they moved from SVN to git about... a year ago? or more? > > it's here now: > https://github.com/mono/mono/blob/master/mcs/class/System.Web/System.Web/HttpUtility.cs > > On Thu, Jul 19, 2012 at 4:10 PM, Aziz <[email protected]> wrote: >> Thanks Jason >> >> I tried the article many times but I face two problems which are: >> >> 1- changing the build target for each project to be Mono for iPhone. it's no >> longer available in monotouch new version .. and I did't understand the >> update note which talking about it. >> >> 2- the reference " System.Web for the class HttpUtility " link is broken .. >> and I did't find it . >> >> >> I appreciate your help >> Thanks so much >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Youtube-Client-Library-in-monotouch-tp4655973p4656066.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch > > > > -- > Nic Wise > t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise > b. http://www.fastchicken.co.nz/ > > mobileAgent (for FreeAgent): get your accounts in your pocket. > http://goo.gl/IuBU > Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa > Earnest: Self-employed? Track your business expenses and income. > http://earnestapp.com > Nearest Bus: find when the next bus is coming to your stop. > http://goo.gl/Vcz1p > London Bike App: Find the nearest Boris Bike, and get riding! > http://goo.gl/Icp2 > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
