开发者

.NET OAuth library specifically designed to work against Twitter

开发者 https://www.devze.com 2023-02-01 07:27 出处:网络
Is there a .NET OAuth library specifically designed to work against Twitter? Maybe even something to support MVC? A base controller maybe.....

Is there a .NET OAuth library specifically designed to work against Twitter? Maybe even something to support MVC? A base controller maybe.....

I am currently using DotNetOpenAuth; it works well enough but seems ov开发者_JAVA技巧erkill, in some places too complex and based on documentation more focused on openid.


Yes, several in fact. LinqToTwitter and TweetSharp are both .NET free libraries for calling into Twitter. DotNetOpenAuth has a longer history in OpenID than OAuth, but OAuth is very much a first class scenario for DotNetOpenAuth. That said, DotNetOpenAuth is strictly a protocol-level library, so higher-level libraries make calling Twitter much easier and I would highly recommend one of those.

0

精彩评论

暂无评论...
验证码 换一张
取 消