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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -