> curl -u username:password -d status="message" 
> http://twitter.com/statuses/update.json

This reliably works for me:

echo 'status=bletch+foo+bar&source=yer+source' | curl -u user:pass --data @- 
https://twitter.com/statuses/update.json

-- 
------------------------------------ personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- Microsoft has never been to Mars. There's a reason for this. -- A. Sackett -

Reply via email to