How to make an OAuth 1 Twitter API call with C# (dotnet core 3.1)
I want to be able to search for twitter handles from a dotnet core API service. I've looked at the twitter documentation for users/search.json and begged, borrowed and stolen what code examples I can from the stackoverflow, etc. (see below),…