i got a small problem with the lib
$image = realpath(’…/12.jpg’);
$meta = getimagesize($image);
$image .= ‘;type=’ . $meta[‘mime’];
$connection->post(‘account/update_profile_background_image’, array(‘tile’=>‘true’), array(‘image’=> $image ));
$connection->http_code returns code 200.
But background dont get changed 
can anybody help me out on this.
Best regards