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