# File lib/twitter/api.rb, line 1717 def home_timeline(options={}) collection_from_response(Twitter::Tweet, :get, "/1/statuses/home_timeline.json", options) end