API Reference

followerIds & followingsIds ids error problem

Some users reported that the last three digits of the ID returned by these two interfaces are wrong and will become X00.

This is actually an int numerical overflow problem caused by some features of js.

As shown in the figure below, the data returned by the interface is actually correct.


solution

https://stackoverflow.com/questions/35727608/why-does-number-return-wrong-values-with-very-large-integers

https://blog.csdn.net/qq_54527592/article/details/119993538