マジすげぇ!! iPhone に何でも通知 - YoshioriのBlogで紹介されてたiPhoneアプリを買って、通知してみた。
im.kayac.comによると、curlを使って通知できるみたいなので、それで試してみた。
URLを通知
リンクを通知。handlerでhttp://を指定すればSafariを開けます。
curl -d 'message=URL' -d 'handler=http://d.hatena.ne.jp/Yoshiori/20091124/1259045020' http://im.kayac.com/api/post/username
MAPを通知
地図を通知する。同じようにhandlerを指定すればマップアプリを開けます。
curl -d 'message=MAP' -d 'handler=http://maps.google.co.jp/maps?q=cupertino' http://im.kayac.com/api/post/username
その他
handlerで指定できるURL Schemeは、im.kayac.comにリンクが貼ってあったんだけど、Bad Requestになっていたので、AppleのiPhone Dev Center: Apple URL Scheme Reference: Introductionを参考にしました。