Integer truncation occuring for large values

campoy commented :

Unfortunately, there’s not much we can do on our side as this is a JavaScript issue.

$ parseInt(“7833966286149214958”)

7833966286149215000

This is why twitter itself changed tweet IDs from integers to strings.

More info: JSON Not converting long numbers appropriately - Stack Overflow