janrueth / SiriServerPlugins

These are plugins I wrote for the SiriServer core
26 stars 18 forks source link

Open url #5

Closed trevor403 closed 12 years ago

trevor403 commented 12 years ago

is there a way to open a url without as a request without answer function, like an http:// url or if possible a fb:// url?

janrueth commented 12 years ago

in general the command is there (UIObjects UIOpenLink) but siri on the iphone won't allow http:// links, you can only open preference menues and so on, it would be possible to patch this out using mobile substrate but in general you cannot open these kind of links.

(If you try, Siri will output something a long these lines to the console: "unsafe url detected")

trevor403 commented 12 years ago

But can you use it to open app URLs like app://blah

janrueth commented 12 years ago

as I said... no :) You can as far as I know only open the settings menu through it. But try it

trevor403 commented 12 years ago

Well I guess it's Theos coding time haha

janrueth commented 12 years ago

jep :)

trevor403 commented 12 years ago

no, pyep