codeforamerica / follow-all

Follow all the members of a Twitter list with a single click
http://follow-all.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
81 stars 31 forks source link

OAuth::Unauthorized #12

Open ondrae opened 10 years ago

ondrae commented 10 years ago

Hi, I don't know rails at all so that may be my problem.

I followed the Installation and Usage directions on the Readme. I created a new Twitter app and entered the consumer keys.

I get an unauthorized error when I try to log in.

Here is the dump. https://gist.github.com/ondrae/8588754

monfresh commented 10 years ago

The instructions are missing a key step: you need to set a callback URL for your Twitter app. It doesn't matter what it is, as long as one is set. This is explained in the README for the omniauth-twitter gem.

Go to your app's setting tab:

Twitter app setting

Add a callback URL:

callback URL for Twittter app