We're experiencing problems connecting to Twitter, sorry for any inconvenience.
TwitPlus

TwitPlus - API

You need to login before you can access the API resource, click here to login. Once you have done so you can return here.

API Usage

http://api.twitplus.co.uk/?act=tweet&token=YOUR_API_TOKEN&secret=YOUR_API_SECRET&author=USER_TWITTER_SCREENNAME&tweet=USER_TWEET&analytics=YOUR_ANALYTICS_CODE

API XML Output

<twitplus>
   <request>
      <token></token> - Token API call requested by
      <author></author> - Twitter Username to post as
      <analytics></analytics> - Google Analytics ID (optional)
      <tweet></tweet> - Tweet of user
   </request>
   <response>
      <status></status> - Result status of API call
      <message></message> - Accompanying message if applicable
      <short></short> - Shortened Tweet with link
      <link></link> - Link to full Tweet
   </response>
</twitplus>