To easily post a new tweet, simply make a request to this URL:

http://simpleauthtwitter.heroku.com/tweet?api_key=your-simple-auth-api-key&status=your-message

Simple Auth Tweeter also provides a Basic Auth gateway API to Twitter's OAuth service.

Simply use your Twitter login, and your API Key.

curl -u your-login:your-simple-auth-api-key http://simpleauthtwitter.heroku.com/api/statuses/home_timeline.json
Click here to log in with OAuth