post - Passing parameters while posting status to Twitter using Terminal with CURL -


how pass additional parameters twitter update api using curl terminal?

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

say need pass replyto user id given in documentation. although append @username before message, need user id based , @user_id didn't work.

we need append url.

http://twitter.com/statuses/update.xml?in_reply_to_status_id=12345


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -