ResultType
The type of results to return when the connector searches Twitter. You can set this parameter to one of the following values:
recent
- return only the most recent resultspopular
- return only the most popular resultsmixed
- return popular and recent results
This parameter does not apply to the Twitter V2 API (used when you set ApiVersion to V2
) or to the Twitter V1 Premium Search API (used when you set PremiumProduct and PremiumLabel). It applies only to the Twitter V1 Standard API.
Type: | String |
Default: | The default is specified by the Twitter API |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ResultType=mixed
|
See Also: |