Getting all the 'follows' of a user

An offset of 101 will result in missing a follower. The offset should increment by the same value as the limit, so with a limit of 100 the offset should be 0 (which is default). 100, 200 and so on. Think of the offset as the starting point, so by default you get the first 100 entries, 0 to 99, then with an offset of 100 you get entries 100 to 199.