# File lib/twitter/api.rb, line 268 def update_profile_background_image(image, options={}) object_from_response(Twitter::User, :post, "/1/account/update_profile_background_image.json", options.merge(:image => image)) end