Currently, I'm having a problem with OAuth in Twitter? It returned "The remote server returned an error: (401) Unauthorized.". I've created an application in Twitter Developer and store the Consumer Key & Secret in my auth config and also I've create the
access token but the key and secret that I put in was the Consumer not the Access Token. How to solve this problem?
jazzyhacker
Member
11 Points
105 Posts
OAuth in Twitter Failed
Oct 06, 2012 01:35 AM|LINK
Currently, I'm having a problem with OAuth in Twitter? It returned "The remote server returned an error: (401) Unauthorized.". I've created an application in Twitter Developer and store the Consumer Key & Secret in my auth config and also I've create the access token but the key and secret that I put in was the Consumer not the Access Token. How to solve this problem?
ignatandrei
All-Star
137716 Points
22159 Posts
Moderator
MVP
Re: OAuth in Twitter Failed
Oct 06, 2012 03:50 AM|LINK
You have some error in the data you are passing.
jazzyhacker
Member
11 Points
105 Posts
Re: OAuth in Twitter Failed
Oct 06, 2012 03:55 AM|LINK
How to check the error?
ignatandrei
All-Star
137716 Points
22159 Posts
Moderator
MVP
Re: OAuth in Twitter Failed
Oct 06, 2012 03:57 AM|LINK
double check your credentials . Did you put in .cs files or did youread from somewhere(config)?