Possible Duplicate:
OAuth with Verification in .NET
I'm wondering if it's possible to authenticate using OAuth without a browser in a C# desktop application. I don't want to show a popup for the users.
I found 2 libraries for oauth: - oauth-dot-net - DotNetOpenAuth
Does one of these would allow me to do that?
Thanks a lot