I’m kinda new at this, but it should be extremely simple. For a school assignment, I need to implement omniauth-twitter with a rails app.

I’ve followed several tutorials on the web and still run into a confusing issue. My very first request to /auth/twitter comes back with a 403 Forbidden response. I’ve tried two different twitter apps, multiple refreshed keys and secrets. I know the key and secret make it into the request by inspecting the object when the error is raised.

No idea whats going on. Only thing I can think is that there is a waiting period for the credentials of new Twiiter users??? I just signed up for twitter today for this purpose.

Open to any suggestions

Hi kinda, I have the same problem as you, I can not access twitter with a python script…