You can use the Follow
parameter to retrieve Tweets related to specific Twitter users. This parameter accepts a comma-separated list of Twitter user names or IDs. Alternatively, you can set numbered parameters (Follow0
, Follow1
, and so on).
For more information about how to select the tweets to retrieve, refer to the Twitter API documentation.
To use this parameter you must set StreamType=statuses/filter
. The connector then retrieves any tweet that matches Language (if set) and FilterLevel, and at least one of the parameters Follow, Location, or Track. If StreamType
has any other value, this parameter is ignored.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | Follow=name
|
See Also: |
|