In between conference calls and trips with my wife to her physical therapy today, I got some more done on the Twitter interface. As it happens, I had left more of the old XML interface lingering than I thought; I've been moving everything to JSON (which is way, way easier to deal with), but there were lingering bits of the old mapping code that had to come out. In any event, here's what I've been doing:
- Moving everything over to JSON
- Adding support for more of the interface
- Splitting the interface between a lower level interface that just returns the raw JSON, and a higher level interface that works with objects
If you're interested, load the Twitter package (not any of the bundles) from the public repository, and have a look. Help is always welcome, especially if you're interested in implementing OAuth :)
Technorati Tags:
twitter, social media