Reputation: 31
How to perform OAUTH authorization in C# Desktop Application using LinqToTwitter dll file. Please provide the step-by step process to achieve this task.
Upvotes: 1
Views: 649
Reputation: 7513
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:
The Windows Forms demo is now part of the downloadable source code:
http://linqtotwitter.codeplex.com/SourceControl/latest#ReadMe.txt
Upvotes: 1