简体   繁体   中英

Twitter4j search by user bio

Does twitter provides API to search against user's bio? particularry twitter4j library

UPDATE#1 search by user bio means a search by some keyword which contains in user description/bio (User.getDescription()), and result must contain only those users which description contains this keyword

Bio is a 160 characters text in user's profile twitter用户简介/描述

Do you mean a User , whose profile you can read with User.getDescription() ?

You can get a User object with TwitterImpl.lookupUsers() passing in an array of Twitter account IDs.

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