i write a function like this
this.alert = function(){
var promis = FBInstant.context.getPlayersAsync();
promis
.then(function(players) {alert(34256);})
.catch(function() {alert(3452);});
}
but no respones, please tell me why ?
Develop games in your browser. Powerful, performant & highly capable.