cordova-plugin-facebook-connect / cordova-plugin-facebook-connect

Use the latest Facebook SDK in your Cordova and Ionic projects
Other
63 stars 90 forks source link

facebookConnectPlugin.showDialog send method not working. #95

Open csongorur opened 2 years ago

csongorur commented 2 years ago

You can add this dialog to your website with the Facebook SDK for JavaScript and by performing a full redirect to a URL. It is not supported on mobile devices.

Not working showDialog send method. Error: Error Domain=com.facebook.sdk.share Code=202 "(null)" UserInfo={com.facebook.sdk:FBSDKErrorDeveloperMessageKey=Message dialog is not available.}

facebookConnectPlugin.showDialog( { method: 'send', link: 'google.com' }, () => callback(), e => errorCallback(e) );