facebook-csharp-sdk / facebook-winclient-sdk

Facebook SDK for Windows & Windows Phone
http://facebooksdk.net
Apache License 2.0
61 stars 139 forks source link

Callback in ShowFeedDialog #69

Open silvio-terzi opened 9 years ago

silvio-terzi commented 9 years ago

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.

dupuisdavid commented 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 ?