简体   繁体   中英

Twitter GET Users/Search with multiple parameters

Can I make an API call with two or more of these parameters? Such as full name AND location.

The Twitter Get Users/Search API: https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-users-search

"Provides a simple, relevance-based search interface to public user accounts on Twitter. Try querying by topical interest, full name, company name, location, or other criteria. Exact match searches are not supported."

The parameter "q" is the one that allows the query.

q=location=manchester equivalent q=location%3Dmanchester works.

q=name=benjamin equivalent to q=name%3Dbenjamin works.

Need to know if there is a way to put those together. I am wondering if they have made 1 parameter at a time to prevent the exact match case.

此API端点无法进行多种组合。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM