Description - Updates a users status with a text/image.

Runtime Class - com.ibi.agents.XDTwitterUpdateStatus


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
*Text:stringthe text of your tweet/status update
Reply To:stringThe ID of an existing tweet that the update replies to.
Image:stringSend a Tweet with an image. this version only supports three type image files. there are jpg, gif and png.
* - denotes required
 ParameterTypeDescription
Latitude:stringThe latitude of the location this Tweet refers to. This parameter will be ignored unless it is inside the range -90.0 to +90.0 (North is positive) inclusive. It will also be ignored if there is no corresponding long parameter.
Longitude:stringThe longitude of the location this Tweet refers to. The valid ranges for longitude are -180.0 to +180.0 (East is positive) inclusive. This parameter will be ignored if outside that range, if it is not a number, if geo_enabled is disabled, or if there no corresponding lat parameter.
* - denotes required
 ParameterTypeDescription
ID:stringThe ID of the place in the world.
* - denotes required

Output Events

NameDescription
onFailConnectCould not connect to Twitter.
onFailParseCould not parse a document.
onFailTwitterExceptionTwitter threw an exception.
onFailTwitterOperationCould not perform the Twitter operation requested.