# File lib/twitter/client/timeline.rb, line 212 def media_timeline(*args) options = args.last.is_a?(Hash) ? args.pop : {} user = args.first || get_screen_name merge_user_into_options!(user, options) response = get('1/statuses/media_timeline', options) format.to_s.downcase == 'xml' ? response['statuses'] : response end