Twitoaster API: user/update Updates the Twitter user's status through Twitoaster (creates a new thread). Requires authentication.

 
 

Formats URLs JSON http://api.twitoaster.com/user/update.json
PHP http://api.twitoaster.com/user/update.php_serial
XML http://api.twitoaster.com/user/update.xml

 
 

Parameters HTTP method is POST and parameter(s) must be UTF-8 & URL encoded.

Required parameters:
api_key API Key of the user for whom to update the status.
status Text of your status update.

Optional parameter:
extended Extends status' length to 420 chars. Use true or false.

 
 

Response If the update is successful, automatically redirects (HTTP GET - 301) to the conversation/show method for the newly created tweet, in the required format.