Work with LinqToTwitter.dll to perform oauth autho

2019-08-03 17:07发布

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条回答
三岁会撩人
2楼-- · 2019-08-03 17:35

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

查看更多
登录 后发表回答