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

Twitter app needs read and write permissions #18

Open techieshark opened 9 years ago

techieshark commented 9 years ago

After following the deployment instructions, I can select a list and click the 'Follow all members of this list' button but then I get the following:

image

Running heroku logs results in this output, with the key line appearing to be:

Twitter::Error::Unauthorized (Read-only application cannot POST.):

Changing the permission to read+write seemed to fix that (after also updating the config vars with the new consumer key and secret).

image