Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnFacebookAppRequestFinished and OnFacebookFeedFinished never called #84

Open
Whyser opened this issue May 11, 2015 · 1 comment
Open

Comments

@Whyser
Copy link

Whyser commented May 11, 2015

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?

@Whyser
Copy link
Author

Whyser commented May 25, 2015

If someone could just confirm that it's not me doing something weird, I could actually take some time to see if I can find the issue, fix it and create a pull request. But I don't feel like "wasting" time looking for something that isn't broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant