Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving a 401 Unauthorized error #20

Open
vrish88 opened this issue Feb 2, 2011 · 3 comments
Open

Receiving a 401 Unauthorized error #20

vrish88 opened this issue Feb 2, 2011 · 3 comments

Comments

@vrish88
Copy link

vrish88 commented Feb 2, 2011

I'm encountering a 401 Unauthorized error when oauth tries to acquire a request token. I've been trying to figure out what the issue is for the past hour with no luck.

I've got my consumer_key and consumer_secret all setup in devise_twitter.rb. What else could I have wrong?

Thanks.

@anildigital
Copy link

I am facing same issue.

@ghost
Copy link

ghost commented Apr 7, 2011

Also got this error.

@freeatnet
Copy link

Found that since I haven't provided a callback URL in the Twitter App settings (I'm currently developing on localhost), Twitter decided to revert my app's type to "client" from "browser", and was complaining that I wasn't giving it some of desktop-specific params. Providing something as simple as http://127.0.0.1:3000 for the callback URL worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants