Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
m implementing External login for Twitter on my website but It showing an error of Bad request of 401.
We are passing following parameter

{ "oauth_consumer_key", consumerKey },
{ "oauth_nonce", nonce },
{ "oauth_signature_method", "HMAC-SHA1" },
{ "oauth_token", token },
{ "oauth_timestamp", GenerateTimeStamp() },
{ "oauth_verifier", verifier },
{ "oauth_version", "1.0" },
Posted
Comments
Garth J Lancaster 6-Jan-16 5:29am    
you dont show any code, so we have no idea on what you're doing/whats going wrong - if you really want help, please update your question showing the relevant section(s) of code : DO NOT post the same question again or reply with the code to this reply
Garth J Lancaster 6-Jan-16 5:32am    
in addition here are two articles from here on CP that may help

http://www.codeproject.com/Articles/676313/Twitter-API-v-with-OAuth

http://www.codeproject.com/Articles/247336/Twitter-OAuth-authentication-using-Net
Member 12245039 7-Jan-16 2:32am    
Thanx Garth J Lancaster, I get some hints from your reference code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900