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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -