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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -