Generate OAuth1 signature in C#
问题 I've a big problem. I work on a UWP Windows 10 application in C# and i would like to use OAuth 1. All is almost okay BUT the signature is wrong. However, I found the sample code on the Microsoft GitHub. Obviously, I have done some modifications... My code : private async Task GoCo() { String LifeInvaderUrl = "http://stage.api.lolilolz.be/v8/login"; string timeStamp = GetTimeStamp(); string nonce = GetNonce(); string consumerKey = "noob-stage"; string consumerSecret = "TOPSECRETxxXXxx"; string