i am trying to reply to a tweet using php and i cannot get in_reply_to_status_id working. When i run the code, the tweet is sent to the user but it isnt send as a reply to the tweet i want. here is some of the code:
$twitteroauth->post(‘statuses/update’, array(‘status’ => $message, ‘in_reply_to_status_id’=>435718979743911937));
I have tried to do it many different ways but i keep getting the same result, can anybody help?