direct_messages_received (and sent) immediately prompts Twitter::Error::TooManyRequests · Issue #979 · sferik/twitter-ruby

Code in question: messages = @client.direct_messages_received(count: 25) Initially I thought that maybe I was facing issues when iterating over the collection as per issue #747 but it appears that ...