View on GitHub

LinqToTwitter

LINQ Provider for the Twitter API (C# Twitter Library)

Securing Your Applications

As a Web API, security is very important with LINQ to Twitter and this section explains parts of the API that are available to build secure applications using LINQ to Twitter.

Understanding the Importance of Security

Often overlooked, security is important and this section explains why.

Learning to use OAuth

OAuth is the single-most difficult aspect of the Twitter API to get right. Even with a library, like LINQ to Twitter, that simplifies the task, it is still a complex feature. This section shows how to use OAuth with various technologies that LINQ to Twitter supports. It’s important to select the proper authorization method because the nature of the supported technologies are different. Additionally you might have requirements that suggest one type of authorizer might be better than another.