mbbx6spp / twitter4r

OLD repository: Please see http://github.com/twitter4r/twitter4r-core for latest official repository for project.Twitter4R: The most Ruby-like bindings for the Twitter.com REST API by a long way. (Anyone want to take over? I don't have time for Ruby OSS projects any more)
http://github.com/twitter4r/twitter4r-core
MIT License
89 stars 9 forks source link

timeline_for :since not working? #3

Open webmatze opened 15 years ago

webmatze commented 15 years ago

When I use client.timeline_for(:user, :id => "username", :since => 1.hour.ago) I also get Twitter::Status objects older than the Time set at :since.

sdsantos commented 14 years ago

This is probably way too late but... The Twitter API now asks for a since_id value, where you specify the minimum message id to be returned. Example: http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-user_timeline