You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
I am trying to use appInvite as shown below and getting following error: {"errorMessage":Facebook Error:Error occurred in dialog's operation"}.
Can you please help?
Thanks!
$scope.inviteFriends = function() {
console.log("Sending invite");
var fbOptions={
url: "https://fb.me/998656290231725",// App link that you got from facebook
picture:"https://placehold.it/150x150" // Link to any image on the web
};
facebookConnectPlugin.appInvite(fbOptions,
function(postId){
alert("success");
alert(postId);
},
function(error){
alert("failure");
alert(JSON.stringify(error));
}
);
}
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use appInvite as shown below and getting following error: {"errorMessage":Facebook Error:Error occurred in dialog's operation"}.
Can you please help?
Thanks!
$scope.inviteFriends = function() {
console.log("Sending invite");
var fbOptions={
url: "https://fb.me/998656290231725",// App link that you got from facebook
picture:"https://placehold.it/150x150" // Link to any image on the web
};
facebookConnectPlugin.appInvite(fbOptions,
function(postId){
alert("success");
alert(postId);
},
function(error){
alert("failure");
alert(JSON.stringify(error));
}
);
}
The text was updated successfully, but these errors were encountered: