R – Passing parameters while posting status to Twitter using Terminal with CURL

curlpostterminaltwitter

How to pass additional parameters to this twitter update api by using curl from terminal?

http://twitter.com/statuses/update.xml

Say I need to pass replyto user id as given in the documentation. Although I could simply append @username before the message, I need user id based and @user_id didn't work.

Best Answer