Twitter - get followers
Search form
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
Parameter Type Description
Cursor: string Causes 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: integer The number of users to return per page, up to a maximum of 200. Defaults to 20.
Skip Status: boolean When 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: boolean The user object entities node will not be included when set to false.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDTwitterGetFollowers
Configuration
This action requires a Generics Configuration as well as the following required parameters.
Parameter Groups
Parameter Type Description
Cursor: string Causes 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: integer The number of users to return per page, up to a maximum of 200. Defaults to 20.
Skip Status: boolean When 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: boolean The user object entities node will not be included when set to false.
* - denotes required
Output Events
Configuration
This action requires a Generics Configuration as well as the following required parameters.Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
Cursor: | string | Causes 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: | integer | The number of users to return per page, up to a maximum of 200. Defaults to 20. | Skip Status: | boolean | When 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: | boolean | The user object entities node will not be included when set to false. |
* - denotes required
Output Events
Name | Description |
---|---|
onFailConnect | Could not connect to Twitter. |
onFailParse | Could not parse a document. |
onFailTwitterException | Twitter threw an exception. |
onFailTwitterOperation | Could not perform the Twitter operation requested. |