标签: twitter tweetinvi
是否可以执行以下类型的流过滤器(伪代码)?
(track = "shooter" and location = "Miami") or (track = "flood" and location="Los Angeles") or ...
由于以下(quoted from the documentation),我认为这不可能:
“跟踪”,“跟踪”和“位置”字段应被视为 结合OR运算符。
答案 0 :(得分:1)
否,这是不可能的。您将需要使用企业PowerTrack API。