1

如何使用 LinqToTwitter dll 文件在 C# 桌面应用程序中执行 OAUTH 授权。请提供完成此任务的分步过程。

4

1 回答 1

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

于 2013-06-22T04:03:40.957 回答