FB.ui callback is not working from 1st Feb 2018. The payment window can't pop up in the web game. Any insight would be appreciated.
var options = {
method: 'pay',
action : 'purchaseitem',
product: product,
request_id:signed
};
FB.ui( options, function (response) {
console.log('response:',response);//This part didn't run