/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
curl -u username:password -d status="twittering from curl" http://twitter.com/statuses/update.xml
URL: http://www.morethanseven.net/posts/posting-to-twitter-using-php/