On what .NET Framework(s) is DotNetOpenAuth available?

被刻印的时光 ゝ 提交于 2019-12-03 05:09:49
Andrew Arnott

DotNetOpenAuth currently only works on the full desktop .NET Framework 3.5 and later.

There are mild designs to support .NET Compact Framework in the future for OAuth consumers as you need, but it needs an actual feature request filed, and funding. If you can do one or both of these it will increase the speed that this feature can be delivered.

That said, someone has already published a sample OAuth 1.0a implementation for .NET Compact Framework that may be useful to you.

Similar question: Looking for OAuth 1.0a sample code for .NET compact framework

Looks like TweetSharp might be an option. Will keep you all posted as/if I learn more.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!