API Information

Update status

Send a HTTP POST-request to the following url:

http://cuzo.com/statuses/update.xml

If you are using curl you can use the following syntax

curl -u login:password -d "status=test" http://cuzo.com/statuses/update.xml

PHP Source code example

Search

The Search API can return both Atom and JSON. Some test queries:

* html http://search.cuzo.com/search?q=test

* Atom http://search.cuzo.com/search.atom?q=test

* JSON http://search.cuzo.com/search.json?q=test


And to find all messages from a particular person:

* http://search.cuzo.com/search.atom?q=from%3Ajonasl


It is also possible to use Boolean expressions AND and OR:

* http://search.cuzo.com/search?q=from%3Ajonasl+AND+love


And if you wish to use JSONP callbacks:

* http://search.cuzo.com/search.json?callback=funktionen&q=test

Other

There is possible to send a text and let the user do the update using this url:

* http://cuzo.com/home?stauts=test%20status