I use the NewtonSoft one (is that the same one?), tho I think mine is an older version.
Works great. https://github.com/nicwise/DropNet/tree/master/Lib Also, I see you forked my DropNet thing on GitHub. I had to fix a bug in that yesterday (and I intend to try to port the latest sometime in the next month or 2, so I can use oauth): you might be better of with Kevin's one: https://github.com/kevinmcmahon/DropNet or possibly just do this patch: https://github.com/dkarzon/DropNet/commit/485afe7a235df1c6c638a888982fc94a1de92ebf - _restClient.BaseUrl = _apiBaseUrl; 51 + _restClient.BaseUrl = _apiContentBaseUrl; HOWEVER: I've found if you make a new app on DropBox, you MUST use API v1 - and this uses API v0, so I'm not sure it'll even let you log in :( On Tue, Jan 24, 2012 at 00:02, dermotos <[email protected]> wrote: > Im thinking of using it in an app and also on a server. Just wondering has > anyone else used it? > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Anyone-used-JSON-NET-in-Monotouch-Any-Problems-tp4322517p4322517.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/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p 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 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
