DotNetOpenAuth和C#桌面应用程序应用程序、桌面、DotNetOpenAuth

2023-09-07 13:44:46 作者:永远别、回头

我用 DotNetOpenAuth ( http://dotnetopenauth.net/ )库进行身份验证,在 linkedIn.com 。我开发一个桌面应用程序,现在我有点困惑。我不知道是否有可能使用的桌面应用程序进行身份验证。

I'm using DotNetOpenAuth (http://dotnetopenauth.net/) library to authenticate at linkedIn.com. I develop a desktop application and now I'm a little confused. I'm unaware if it's possible to authenticate using a desktop application.

有谁知道?如果有可能,请告诉我该怎么做。

Does anybody know? If it's possible please show me how to do that.

推荐答案

是的,这取决于你如何想接近它,但也许在看API中的DesktopConsumer类可能你指出正确的方向:的http://docs.dotnetopenauth.net/v3.4/html/T_DotNetOpenAuth_OAuth_DesktopConsumer.htm

Yes, it depends on how you want to approach it, but maybe looking at the DesktopConsumer class in the API might point you in the right direction: http://docs.dotnetopenauth.net/v3.4/html/T_DotNetOpenAuth_OAuth_DesktopConsumer.htm

一个例子使用作为一个桌面应用程序在此详述:http://developer.yahoo.com/forum/Fantasy-Sports-API/Authenticating-with-NET-using-DotNetOpenAuth/1279209867000-4eee22f1-25fd-3589-9115-1a835add3212

One example usage as a desktop app is detailed here: http://developer.yahoo.com/forum/Fantasy-Sports-API/Authenticating-with-NET-using-DotNetOpenAuth/1279209867000-4eee22f1-25fd-3589-9115-1a835add3212