我正在寻找.NET Compact框架的OAuth 1.0a示例。最好.netcf 3.5但2.0也可以。
我希望将oauth称为foursquare.com api(http://groups.google.com/group/foursquare-api/web/oauth)
答案 0 :(得分:3)
这是某人的detailed blog post on how to write an OAuth 1.0a consumer on NetCF。
我还开了一个DotNetOpenAuth branch targeted at NetCF,虽然 尚未准备就绪。
答案 1 :(得分:0)
结帐DotNetOpenAuth。它是OpenID和OAuth的开源(Ms-PL).NET库。包括样品。但不确定它是否支持紧凑框架。
答案 2 :(得分:0)
另一个提供oauth使用者和提供者支持的库是http://code.google.com/p/oauth-dot-net/
此外,这里有一个代码项目在Windows Mobile上使用OAuth: ffwinmobile.codeplex.com 不幸的是,它看起来像是oauth 1.0。