I am trying to get request token from Twitter api using c#, but getting 400 bad request error
I'm trying to get request token from Twitter oauth/request_token API for the user based further authentication. The code return 400 bad request error. I know there could be a small glitch in the request which I am not able to…