When requesting https://api.twitter.com/1.1/statuses/update.json, I periodically get back an integer for a response, instead of the usual JSON.
Is this the status ID of the newly created tweet? If so, what causes this to happen instead of the JSON response?
Thanks