[twitter] use GraphQL search by default (#4264)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user