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.