Shavin Peiries

Joined

240 Experience
2 Lessons Completed
0 Questions Solved

Activity

It is, but DHH recommends using the template file, and personally I like this method myself because you don't have to look at two places in different instances!

So the format that Chris shows is what's encouraged by DHH, check here:

https://github.com/hotwired/turbo-rails/issues/77

Posted in Rails for Beginners Part 33: Twitter API Discussion

If you get

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

Or

Could not authorize you

Go to twitter developer setting and under App permissions enable Read, Write and Direct Messages. It was on Read Only for me before.

And then regenerate all the keys/tokens + update them again in your app.

Also helps to restart the servers/console again. Fixed the problem for me.