Twitter is turning off Basic Auth. That means all your simple Twitter notification scripts will break, right?
Wrong! Sign in to Simple Auth Tweeter to start posting tweets using just a URL.
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