[twitter] use GraphQL search by default (#4264)

This commit is contained in:
Mike Fährmann
2023-07-04 17:55:22 +02:00
parent 1d4db83d49
commit f86fdf64a6
2 changed files with 8 additions and 9 deletions

View File

@@ -3221,13 +3221,12 @@ extractor.twitter.search-endpoint
Type
``string``
Default
``"auto"``
``"graphql"``
Description
Selects the API endpoint used to retrieve search results.
* ``"rest"``: Legacy REST endpoint - returns a ``403 Forbidden`` error when not logged in
* ``"graphql"``: New GraphQL endpoint
* ``"auto"``: ``"rest"`` when logged in, ``"graphql"`` otherwise
* ``"graphql"``: GraphQL endpoint
* ``"rest"``: Legacy REST endpoint
extractor.twitter.timeline.strategy