I hadn't looked at this in a while, but apparently the status id format has changed in the JSON response.
I see a live example such as:
'id' => ( {
'value' => [
'2050382',
'463'
],
'sign' => '+'
}, 'Math::BigInt' ),
This doesn't seem to be consistent with the XML example at:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update
Is this new format stable? Could you update the documentation to
include a discussion of how to interpret the new format?
Thanks,
Scott
