Hi Guys , my code button show requests
function Rqfacebook() {
FB.ui({ method: 'apprequests',
message: 'Play game with me',
display: 'dialog',
sandbox:'allow-popups'
}, function(response){
console.log(response);
});
}
but it failed. I think the code has no problem but I don't understand why it is error
my error: