Hi everyone,
I'm using php-twitter (Billingham et al) to fiddle with the Twitter API and came up against a wall in terms of using the showStatus function. Most of the time it wasn't showing any status and, when it did, it showed the wrong statues. After much banging of the head against the wall, I discovered that my problem was that the call to intval() actually altered the values I was placing in the showStatus $id parameter. Removing intval() from the function seems to have fixed the problem up to this point.
Has anyone else come across this problem? I'm a bit nervous about making the alteration, is this the best way to go about it?