Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

My question is the following:

When using software such as Skype, TVU player or several other applications, it is possible to use weblinks specifically formatted for this application to launch it with certain parameters. For TVU for example a link on a web page could be:

tvu://some-channel-id

Clicking on this launches the application, so somehow the tvu:// part must be associated to this application.

I would like to do something similar for our application, but could not find the appropriate terms to search for any information. Could someone help me out?

share|improve this question
OneNote also has the capability. I think the syntax is something like onenote://file://... You may have better luck searching in this context. – Mohit Chakraborty Feb 21 '09 at 18:14

1 Answer

up vote 2 down vote accepted

The implementation is both browser- and OS-specific. Take a look at this page for some details, using eDonkey (ed2k://) as an example.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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