The iPhone/iPad app 'Things' has a registered URI scheme. I know it exists:

things://

in Safari launches Things.

I'd like to use it from a web application.

Is there any documentation for it?

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

They've replied on the forums and posted an example there. They plan to put a documentation site up. Best to wait for that. But if you're impatient like me, here's the bookmarklet I'm successfully using on The iPhone: Javascript:window.location=%27things:add?title=%27+encodeURIComponent(document.title)+%27&notes=%27+encodeURIComponent(window.location)

link|improve this answer
Thank you! I can get back to my evil plans now! ;-) – Tom Morris Feb 24 '11 at 19:22
feedback

Ask the developers for documentation (on twitter or in the forums).

Once you know the parameters you can use the URI just as a normal URL in your web app.

link|improve this answer
feedback

I've been discussing the same thing on the forums, here:

http://culturedcode.com/forums/read.php?8,48550,49111#msg-49111

I've also asked on Twitter. So far our attempts haven't discovered the parameters, and there is no documentation. Hopefully we'll get a response soon.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.