Ho to call https://api.twitter.com/oauth/request_token I am not able to understand what is oauth_signature? I am using C# application. Kindly help.
Hi @GB4351,
oauth_signature is a header parameter which should be dynamically generated when calling oauth/request_token service.
More details to generate signature @ https://dev.twitter.com/oauth/overview/creating-signatures