Hello friends, I’m a developer from Argentina. I’m using oAuth library and I want to know, if inside the USER object that return “users/search”, exist information about if that user is inside my followers…
Thanks in advance.
Lucas
No, you won’t find information about whether users are following the authenticated account or not through a method like users/search. The best thing to do in that scenario usually is to pull the result set from followers/ids and compare it to the user IDs you see from methods like users/search.