authorization error using linqtotwitter for streaming api – Twitter API
i'm trying to get a stream of tweets using LinqToTwitter library and the below c# code, but i get this error: Error 401 Unauthorized public static SingleUserAuthorizer auth; static void Main(string[] args) { Task task = new Task(getStreamOfTweets); task.Start(); task.Wait();…