Makeda21code
Results
1
issues of
Makeda21code
Is there an implementation to get all follwer from an account? I tried ``` client.actions().users().findByUsername(username) .thenApply(userAction -> userAction.followersFeed().stream() .flatMap(feedUsersResponse -> feedUsersResponse.getUsers().stream())) ) ``` but it takes a long time and...