Difference between revisions of "Twitter-get-followers-ids"
(Created page with "==Description== {{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform. =={{VULCON}} / {{GVCONSOLE}} Configuration== Following a desc...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
− | {{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform. | + | {{GVESB}} allows, using the Twitter operations, to invoke the API exposed by the social platform to get followers for an account.. |
=={{VULCON}} / {{GVCONSOLE}} Configuration== | =={{VULCON}} / {{GVCONSOLE}} Configuration== | ||
− | Following a description of | + | Following a description of twitter-get-followers-ids element. |
The following table shows the element's attributes: | The following table shows the element's attributes: | ||
Line 13: | Line 13: | ||
| type || fixed || This attribute must assume the value '''call'''. | | type || fixed || This attribute must assume the value '''call'''. | ||
|- | |- | ||
− | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.social.twitter. | + | | class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.social.twitter.TwitterGetFollowersIDsCallOperation'''. |
|- | |- | ||
| name || required || Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations. | | name || required || Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations. | ||
Line 19: | Line 19: | ||
| dynamic || optional || Specify if the account attribute can contain placeholders to be resolved at runtime. | | dynamic || optional || Specify if the account attribute can contain placeholders to be resolved at runtime. | ||
|- | |- | ||
− | | account || required || Twitter account name. | + | | account || required || Twitter [[TwitterSocialAdapter#Account | account]] name. |
|- | |- | ||
− | | followingId || required || Account Id being followed. | + | | followingId || required || Account Id or name being followed. Can contains placeholders to be resolved at runtime. |
|- | |- | ||
− | | cursor || required || | + | | cursor || required || Index of the result to start from. Can contains placeholders to be resolved at runtime. |
|} | |} | ||
+ | |||
+ | Returns a java.util.List containing the followers Ids. |
Latest revision as of 13:09, 14 May 2014
Description
GreenVulcano® ESB allows, using the Twitter operations, to invoke the API exposed by the social platform to get followers for an account..
VulCon / GV Console Configuration
Following a description of twitter-get-followers-ids element.
The following table shows the element's attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value call. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.virtual.social.twitter.TwitterGetFollowersIDsCallOperation. |
name | required | Operation name. Used in the 'Flow' section to associate workflow nodes to VCL operations. |
dynamic | optional | Specify if the account attribute can contain placeholders to be resolved at runtime. |
account | required | Twitter account name. |
followingId | required | Account Id or name being followed. Can contains placeholders to be resolved at runtime. |
cursor | required | Index of the result to start from. Can contains placeholders to be resolved at runtime. |
Returns a java.util.List containing the followers Ids.