Is there anyway to check if I follow a specific user on Twitter, besides getting the whole list of people that I follow, and then start comparing identifiers?
What I know is getting the whole list of people I follow is done using this method:
getFriendsIDs(long cursor)
Returns an array of numeric IDs for every user the authenticating user is following.
source
share