The Yazzem API is built around standard HTTP requests to post data. This API is currently in beta, so if you find an error, leave us a message. Also, JSON support is in the works right now.
Status
Topics
Users/Profiles
Messages
Status
Topics
Users/Profiles
Messages (authentication required)
If you're application requires the user to be logged in to Yazzem, you can simply send a POST request to the URL http://www.yazzem.com/login_submit with the parameters:
loginh - User's account usernamepasswordh - User's account passwordurl (optional) - Destination URL to redirect to after a successful login.Most of the get methods check to see if a user, topic, etc. exist. If something is requested, but does not exist, an XML formatted error message will be displayed in <error></error> tags.