I've looked everywhere and have not been able to find a easy to follow tutorial on how to pass information to my app.
For example, if you type
then the twitter app launches (if found). And if you type
then the twitter app launches with the compose screen.
I've managed to launch my app with
but how do I know if the user types in
so that I know to bring up the compose screen in mine?
Thanks!