Posts tagged twitter
Update twitter via curl
Dec 11th
Update twitter via curl (and also set the “from” bit):
$ curl -u twitter-username -d status="Hello World, Twitter!" -d source="cURL" http://twitter.com/statuses/update.xml
Dec 11th
Update twitter via curl (and also set the “from” bit):
$ curl -u twitter-username -d status="Hello World, Twitter!" -d source="cURL" http://twitter.com/statuses/update.xml