Follow
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.
NOTE: To retrieve information from a filtered stream through the Twitter V2 API, Micro Focus recommends that you set the parameter FilteredStreamRule instead.
Use this parameter to retrieve data from the Twitter V1 API when you 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.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | Follow=name
|
See Also: |