# File lib/twitter/rest/users.rb, line 95
      def update_profile_background_image(image, options = {})
        perform_post_with_object('/1.1/account/update_profile_background_image.json', options.merge(:image => image), Twitter::User)
      end