Adocu API
This is just the basic API and we will add more features to it when we can.
These are some examples on how to use it with curl.
Posting Status Updates
curl -u username:password -d msg="message" http://adocu.com/api/status.xml
* returns msg if everything goes well
Viewing Public Feed
curl http://adocu.com/public_feed.(rss|json)
Viewing User Feed
curl http://adocu.com/username/feed.(rss|json)
Viewing User Friends Feed
curl http://adocu.com/username/friends.(rss|json)