How can I obtain the friends list of a friend or follower using Twitter4J?
Using getFriendsId()
, I'm only able to retrieve the friend's/follower's list of that current user which is authenticated. What I want is to obtain the list of friends of a follower or friend of the authenticated user.