http://twitter.com/statuses/followers.json http://twitter.com/statuses/followers.xml
The data in these two calls are drastically different. The json version seems to be missing quite a bit of information. Also I am developing in php for a site twitterworth.net . I grab the data in json format and use json_decode to get the information easily. Is there something that will output the xml data in the same format so I can just call that and not have to change my code?
