kavin404 Posted March 31, 2019 Share Posted March 31, 2019 I am trying to invoke getConnectedScores method in facebook instant games plugin in phaser this.facebook.once('getleaderboard', function (leaderboard) { this.leaderboard = leaderboard; console.log(leaderboard); leaderboard.getPlayerScore(); this.leaderboard.on('getconnectedscores', function (score) { console.log(score); }, this); this.leaderboard.getConnectedScores(); }, this); this.facebook.getLeaderboard('Omi-game'); Link to comment Share on other sites More sharing options...
Recommended Posts