Open silvio-terzi opened 9 years ago
Hi,
I need same feature. Right now, I wrote code to get and parse protocolArgs.Uri in App OnActivated method cause it is already called when a feed is published or when dialog is close through cancel button. So if protocolArgs.Uri string contains "post_id" substring, it means that share is ok, otherwise share failed.
What do you think about that ?
It should be useful if method ShowFeedDialog get a callback as a parameter, as the method ShowAppRequestsDialog do, to know if the call had success or not.