i using the PHP library....

i trying to update my status replyng a tweet

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

this example doesnt work... anyone can correct me?

Reply via email to