I use the API to send notification from Home to my iPod Touch 2G. I
wrote a short applescript and got a bad answer "We're sorry, but
something went wrong"
Here's the command line produced :
curl -X POST --data name='Message' --data title='10h57' --data
description='Buy Milk !' --data application='Home' --data icon-
name='Mac' -u 'UserName:Password'
https://howlapp.com/public/api/notification
It used to work perfectly. What's wrong with the API ? I can't get any
debug information.