API documentation

miniblogging api

--> You can receive a mix of your notes and those of your friends

JSON format :
http://vibstars.com/api/json/?id=(user id)
or http://vibstars.com/api/json/?email=(user email)

XML format :
http://vibstars.com/api/xml/?id=(user id)
or http://vibstars.com/api/xml/?email=(user email)

Send a note

url = 'http://vibstars.com/api/update/'
method = 'post'
parameters = '
email=(your email)
&pass=(your password)
&message=(your message)
&addurl( URL complementing)'
PHP Curl example: