As the title says, the events: OnFacebookAppRequestFinished and OnFacebookFeedFinished are never called when the following are invoked (I've tried on a laptop running Windows 8.1 and a Phone with Windows 8.1):
Session.ShowAppRequestsDialog(new WebDialogFinishedDelegate((result) =>
{
if (result == WebDialogResult.WebDialogResultDialogCompleted){ // This is called
}
else{
}
}), message, title, appIdList);
}
And
Session.ShowFeedDialog(toId, link, linkName, linkCaption, linkDescription, picture);
For desktop I'm using the Facebook.Client.dll located in: _..\Facebook.Client.1.0.3\lib\win81_ and for phone: _..\Facebook.Client.1.0.3\lib\wpa81_ and for both the Facebook.dll located in: _..\Facebook.7.0.6\lib\portable-win81+wpa81_.
Can anyone else confirm this?
As the title says, the events:
OnFacebookAppRequestFinishedandOnFacebookFeedFinishedare never called when the following are invoked (I've tried on a laptop running Windows 8.1 and a Phone with Windows 8.1):And
Session.ShowFeedDialog(toId, link, linkName, linkCaption, linkDescription, picture);For desktop I'm using the Facebook.Client.dll located in: _..\Facebook.Client.1.0.3\lib\win81_ and for phone: _..\Facebook.Client.1.0.3\lib\wpa81_ and for both the Facebook.dll located in: _..\Facebook.7.0.6\lib\portable-win81+wpa81_.
Can anyone else confirm this?