I am developing a twitter application. The Twitter Followers API will return 5000 user-ids at a time as comma separated string. I need to pull the screen-name, followers count and following count from userlookup API. But this API will pull user details of 100 ids at a time.
Can anybody please help me in finding the most efficient/recommended way of breaking the comma separated string to batches of 100 userids and getting the user details?