A string that specifies the tweets that you want to retrieve.
statuses/filter
|
The connector retrieves any tweet that matches Language (if set) and FilterLevel, and at least one of the parameters Follow, Location, or Track. |
statuses/sample
|
The connector retrieves a random sample of public tweets that match both Language (if set) and FilterLevel. The Follow, Location, and Track parameters are ignored. |
statuses/firehose
|
The connector retrieves all public tweets that match both Language (if set) and FilterLevel. You must seek permission from Twitter before using this feature. The Follow, Location, and Track parameters are ignored. |
Type: | String |
Default: | statuses/sample
|
Required: | Yes |
Configuration Section: | TaskName or FetchTasks |
Example: | StreamType=statuses/filter
|
See Also: |
|