Work with LinqToTwitter.dll to perform oauth authorization

不羁岁月 提交于 2019-12-24 17:22:05

问题


How to perform OAUTH authorization in C# Desktop Application using LinqToTwitter dll file. Please provide the step-by step process to achieve this task.


回答1:


I just created a Windows Forms demo on this page:

https://linqtotwitter.codeplex.com/wikipage?title=LINQ%20to%20Twitter%20Samples

Here's the LINQ to Twitter Security Documentation that explains OAuth and provides different ways to use OAuth with LINQ to Twitter:

https://linqtotwitter.codeplex.com/wikipage?title=Securing%20Your%20Applications&referringTitle=Documentation

Update...

The Windows Forms demo is now part of the downloadable source code:

http://linqtotwitter.codeplex.com/SourceControl/latest#ReadMe.txt



来源:https://stackoverflow.com/questions/17189521/work-with-linqtotwitter-dll-to-perform-oauth-authorization

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