View on GitHub

LinqToTwitter

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

Application-Only Authorization

Twitter created application-only authorization to provide a type of OAuth that doesn’t rely on a user logging in. A typical example of this is performing Search queries. However, if you would need to perform a query that’s specific to a user, like querying Account details, application-only (as it’s name implies) would not work. I answered a question about this on Stack Overflow, with a code example:

Application-Only Authorization