/**
  * Updates the authenticating user’s profile background image. This method can also be used to enable or disable the profile background image.
  * 
  * Parameters :
  * - image
  * - tile
  * - include_entities (0|1)
  * - skip_status (0|1)
  * - use (0|1)
  *
  * @static 
  */
 public static function postBackground($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::postBackground($parameters);
 }