# File lib/twitter/api.rb, line 1969
    def statuses(*args)
      threaded_tweets_from_response(:get, "/1/statuses/show", args)
    end