update: this issue has been resolved, check out the official repository on GitHub

I was integrating the MGTwitterEngine in an iPhone App, and I noticed that there was something wrong with the status ID. In fact they were handled as int values, but the current ids are reaching 5billion, as you can see on the site Twitpocalypse.

So the solution is to treat them as long long int, which can be done editing the MGTwitterLibXMLParser.m file adding a method: (more…)