Closed (duplicate)
Project:
Twitter
Version:
6.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2013 at 01:00 UTC
Updated:
26 Feb 2014 at 11:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sheldon rampton commentedHere's a patch that fixes this bug.
Comment #2
sheldon rampton commentedThis problem originated because the status IDs of Tweets are integers with so many digits that they have started to exceed the number of bits available for storing integers in some programming languages, including Javascript and also some older versions of PHP as well as other programming languages. Twitter has documented the issue here and has responded by returning a string named "id_str" in addition to the old integer IDs named "id." They are recommending that consumers of the Twitter API user the "id_str" value rather than the "id" value:
https://dev.twitter.com/discussions/7041
Comment #3
xurizaemonDupe of all the other issues about this (see #2205277: Twitpocalypse issues redux).