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

Trying to get a user's tweets (Method: Twitter::REST::Tweets#statuses) #935

Closed fakebenjay closed 1 year ago

fakebenjay commented 6 years ago

Hi, I'm trying to get an array of every status tweeted by a given user, and am having no luck. I'm trying to use the #statuses method with no luck. Has it been deprecated? What should I do here?

Thanks!

fakebenjay commented 6 years ago

Nevermind, got it!

r_client.user_timeline({count:200})

(Where r_client is the variable name I used for my REST client)