I'm creating a Metro Application that allows you to share some content. At this moment It's possible to share an url (e.g http//www.stackoverflow.com) on facebook.
What I actually want is to invite people (through facebook) to click on the shared link. When they click on the link I would like my application to start up and that it navigates to a certain page in the application.
e.g I have a food application and would like to share a specific restaurant on facebook. When a facebook friend clicks on the link, the food application would start up, he would navigate to that specific restaurant.
Is this possible and how can i do this?
p.s I added a protocol to "Declarations" on the manifest but than I'm stuck.