# File lib/twitter/client/accounts.rb, line 146
      def update_profile_image(image, options={})
        user = post("/1/account/update_profile_image.json", options.merge(:image => image))
        Twitter::User.new(user)
      end