api - abraham/twitteroauth reply to a perticular tweet in PHP -
hi totally new here , title says .. want reply tweet using abraham/twitteroauth library twitter .. update twitte working fine unable reply thing . doing ..
$status = $connection->post('statuses/update', array("status" => $dataa, "in_reply_to_status_id" =>$id));
twitteroauth_row('statuses/update', $status, $connection->http_code, $parameters);
this code updates account value in $dataa variable not reply tweet defined in $id
please . sorry bad english .this first post.
yap . there mistake side while updating post .. after reading api document .. found without @username sign perticular user won't appear in reply section ..
Comments
Post a Comment