Using C# to access Twitter API without browser authentication
问题 I am creating a C# console application which I make use to search Twitter using the API. I tried using Twitterizer however the search api with tokens doesn't work which end up with rate limiting error pretty quickly. My question is, does anyone have a code to show me how can I make a Twitter API call in C# using my consumer keys and secrets together with the access token and secrets so that the console app can run by itself without me jumping to a webpage to get a pin like most of the