You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: