In windows Phone Mango there is ShareLinkTask that allows users to share URL over email or with some application (Twitter client etc).

I cannot find phone API to subscribe my application to be able to receive URLs like that.

I would like my application to be on the list off apps to which user can share URL when he wants for example with long press on link in Internet Explorer and be able to get URL info when user shares that link with my app.

link|improve this question
2  
You are wanting Windows 8 Contract-like features on the Windows Phone, isn't it :) A lot of us 3rd party devs have felt the need. Request it on Windows Phone User Voice site. – samidip Dec 19 '11 at 16:33
feedback

3 Answers

up vote 4 down vote accepted
+100

There are only Pictures Extensibility and Search Extensibility exists for Windows Phone 7

All extensions are declared in WMAppManifest.xml in extensions scope, so you can check yourself that there are no more extensions at that moment

link|improve this answer
feedback

If you decompile the Microsoft.Phone assembly and look at the class in question, you can see that this API call is hard coded to invoke the Me application via interop and does not utilize any kind of a registered application lookup. It certainly seems like it would be easy enough for MS to implement however.

link|improve this answer
feedback

This is not possible at the moment.

link|improve this answer
Any proof or article where its stated its not possible? Because it seems Seesmic app is on that share link apps list, so why any other custom app cannot be there? – Roboblob Dec 19 '11 at 15:17
@Roboblob where is this seen in seesmic? I do not see it using share link in IE. – William Melani Dec 22 '11 at 21:14
feedback

Your Answer

 
or
required, but never shown

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