What is the best OAuth2 C# library?

TruMan1 picture TruMan1 · Sep 2, 2010 · Viewed 73.7k times · Source

It seems like many app providers are using OAuth2 to allow API access, such as Twitter and Facebook. Does anyone use a good library to do OAuth2 processing that is general enough to use across all applications?

Answer

Eugene Mayevski 'Callback picture Eugene Mayevski 'Callback · Sep 2, 2010

I didn't look into it's internals (source code link is broken), but in general DotNetOpenAuth seems to be quite professional.

Update: OAuth 2 and OpenID are now supported as well.