twitter connector

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.
Description - Returns a collection of relevant Tweets matching a specified query.

Runtime Class - com.ibi.agents.XDTwitterSearch


Configuration

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

Parameter Groups

 ParameterTypeDescription
Max ID:stringReturns results with an ID less than (that is, older than) or equal to the specified ID.
Language:stringRestricts tweets to the given language, given by an ISO 639-1 two-letter code. Language detection is best-effort.
Since ID:stringReturns results with an ID greater than (that is, more recent than) the specified ID. There are limits to the number of Tweets which can be accessed through the API. If the limit of Tweets has occured since the since_id, the since_id will be forced to the oldest ID available.
Count:integerThe number of tweets to return per page, up to a maximum of 100. Defaults to 15. This was formerly the parameter in the old Search API.
Until:stringReturns tweets created before the given date. Date should be formatted as YYYY-MM-DD. Keep in mind that the search index has a 7-day limit. In other words, no tweets will be found for a date older than one week.
Geocode:stringReturns tweets by users located within a given radius of the given 'latitude,longitude'. The location is preferentially taking from the Geotagging API, but will fall back to their Twitter profile. The parameter value is specified by 'latitude,longitude,radius', where radius units must be specified as either 'mi'(miles) or 'km'(kilometers). Note that you cannot use the near operator via the API to geocode arbitrary locations; however you can use this geocode parameter to search near geocodes directly. A maximum of 1,000 distinct 'sub-regions' will be considered when using the radius modifier.
Radius:stringThe radius to be used in the geocode
Units:stringThe unit of measurement of the given radius. Can be 'mi'(miles) or 'km'(kilometers). Miles by default.

Select from one of the following options:
  • mi
  • km
* - 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.
Description - Returns a single Tweet, specified by the id parameter. The Tweet's author will also be embedded within the Tweet.

Runtime Class - com.ibi.agents.XDTwitterShowStatus


Configuration

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

Parameter Groups

 ParameterTypeDescription
*IDstringThe numerical ID of the desired Tweet.
* - 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.
Description - Get user home line status from Twitter.

Runtime Class - com.ibi.agents.XDTwitterGetHomeTimeline


Configuration

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

Parameter Groups

 ParameterTypeDescription
*Page:integerSpecifies the page of results to retrieve.
*Count:integerSpecifies the number of records to retrieve. Must be less than or equal to 200.
Since Id:stringReturns results with an ID greater than (that is, more recent than) the specified ID.
Max Id:stringReturns results with under an Max ID.
* - 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.
Description - Returns a cursored collection of user objects for users following the specified user.

Runtime Class - com.ibi.agents.XDTwitterGetFollowers


Configuration

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

Parameter Groups

 ParameterTypeDescription
Cursor:stringCauses the results to be broken into pages. If no cursor is provided, a value of -1 will be assumed, which is the first page. The response from the API will include a previous_cursor and next_cursor to allow paging back and forth. See Using cursors to navigate collections for more information.
Count:integerThe number of users to return per page, up to a maximum of 200. Defaults to 20.
Skip Status:booleanWhen set to either true, t or 1, statuses will not be included in the returned user objects. If set to any other value, statuses will be included.
Include User Entities:booleanThe user object entities node will not be included when set to false.
* - 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.
Description - Deletes a specified Tweet.

Runtime Class - com.ibi.agents.XDTwitterDestroyStatus


Configuration

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

Parameter Groups

 ParameterTypeDescription
*Tweet/Status Id:stringThe numerical ID of the Tweet to delete.
* - 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.