Hi, my Twitter client is acting weird at the moment. One reason seems to be a changed(?) reply format for the statuses/followers.json call.
A followers' status, which is a reply, is returned as:
"status":{
"in_reply_to_user_id":12345,
"in_reply_to_status_id":
{"in_reply_to_user_id":null,"source":"...",...}
...}
Wasn't the "in_reply_to_status_id" a int64 before? Now it's returned
as an object.
Ole @ mobileways.de
