If 2/tweets/search/recent is called with both next_token and query, does the value of query have any effect?
Thanks for reaching out. The query should still be enforced if you are calling recent search with a next_token. Have you seen any behavior that shows this isn’t happening?
Hi Jessica,
Just to clarify something, if the first query is “pizza” and the second query is “beer” and also includes next_token returned by the first query, the results of the second query will be the most recent tweets with “beer”. In other words, the second query will ignore next_token. Is that correct?
I did a quick test, and my example fails with an “Authorization Error”. So, it looks like when making a request with next_token, one must not change the value of query.
1 Like