# File lib/twitter/rest/favorites.rb, line 32 def favorites(*args) arguments = Twitter::Arguments.new(args) merge_user!(arguments.options, arguments.pop) if arguments.last perform_get_with_objects('/1.1/favorites/list.json', arguments.options, Twitter::Tweet) end