# File lib/twitter/api.rb, line 1854 def user_timeline(*args) objects_from_response(Twitter::Tweet, :get, "/1/statuses/user_timeline.json", args) end