TwitAPI.com - Twitter API Explorer
The official Twitter API documentation is not bad, but being in a wiki it's usability isn't great. I found myself frequently clicking back and forth to find different API methods. So, I spent a couple of nights creating a tool to learn and explore the Twitter API interactively.
In addition to the (hopefully) better usability, you can enter parameters and call the methods to see the response.
The site itself was built on Django and uses Twitter OAuth for authentication and for making authenticated API calls.
blog comments powered by Disqus