sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

Could not authenticate you #1042

Closed dpksingh24 closed 1 year ago

dpksingh24 commented 1 year ago

I have an app that syncs users' Twitter accounts. Nightly, a rake task fetches their latest tweets and saves them to the database. I am encountering an error on this particular line.

tweets = TWITTER_CLIENT.user_timeline('usename')