I want to display the FollowerNetwork of a Twitter user with many (almost 100,000) users
A query like
fols = SocialMediaData[{"Twitter", "ArminWolf"}, "FollowerIDs"]
returns only 5000 users.
Is there a way of getting all the users (possibly using multiple requests)?