vote up 1 vote down star

Hello, I'm looking for an OAuth 1.0a sample for .NET compact framework. Preferably .netcf 3.5 but 2.0 is fine too.

I'm looking to call oauth for the foursquare.com api (http://groups.google.com/group/foursquare-api/web/oauth)

flag

3 Answers

vote up 1 vote down check

Here's someone's detailed blog post on how to write an OAuth 1.0a consumer on NetCF.

I've also opened a DotNetOpenAuth branch targeted at NetCF, although it's not ready yet.

link|flag
vote up 0 vote down

Check out DotNetOpenAuth. It's an open-source (Ms-PL) .NET library for OpenID and OAuth. Samples included. Not sure if it supports compact framework, though.

link|flag
It unfortunately does not yet support NetCF. – Andrew Arnott Oct 8 at 16:20
DotNetOpenAuth doesn't work with the compact framework. This question is specifically about getting oauth working in the compact framework. – ajma Oct 15 at 19:39
vote up 0 vote down

Another library that provides oauth consumer and provider support is http://code.google.com/p/oauth-dot-net/

Also, there's a code project here that uses OAuth on Windows Mobile: ffwinmobile.codeplex.com Unfortunately it looks like it's oauth 1.0.

link|flag
It doesn't look like this supports .NET Compact Framework either. – Andrew Arnott Oct 19 at 14:11

Your Answer

Get an OpenID
or

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