Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

ShowSendDialogAsync not working #286

@MouradMessiha

Description

@MouradMessiha

FBSession.ShowSendDialogAsync used to work, recently i noticed it stopped working.
The popup dialog now shows a facebook page showing the error: "Sorry, this content isn't available right now".

Code:

		FBSession fbSession = FBSession.ActiveSession;
                fbSession.FBAppId = "...";
                fbSession.WinAppId = "...";
                FBPermissions permissions = new FBPermissions(new List<String> { "email" });
                if ((await fbSession.LoginAsync(permissions)).Succeeded) 
                {
                    PropertySet parameters = new PropertySet
                        {
                            { "link", MicrosoftStoreUrl }
                        };
                    FBResult result = await fbSession.ShowSendDialogAsync(parameters);
                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions