# File lib/twitter/client/timeline.rb, line 69
      def friends_timeline(options={})
        warn "#{caller.first}: [DEPRECATION] #friends_timeline is deprecated and will be removed in the next major version. Please use #home_timeline instead."
        home_timeline(options)
      end