i trying to use "statuses/update" API function replying a tweet and
isnt works

//----------------------------------------------------------------------
$_SESSION['tmptxt'] = "Test Text";
$_SESSION['Reply'] = "18518815514";


$twittuser = ($connection->post('statuses/update', array('status' =>
$_SESSION['tmptxt'], 'in_reply_to_status_id' => $_SESSION['Reply'])));

//-----------------------------------------------------------------------

is this the correct usage?

Reply via email to