“Contoh File Game Facebook” Kode Jawaban

Contoh File Game Facebook

<script src="https://connect.facebook.net/en_US/fbinstant.6.3.js"></script>
Valley

Contoh File Game Facebook

fbinstant.initialize(function(self, success)
    fbinstant.start_game(function(self, success)
        local player_id = fbinstant.get_player().id
        local player_name = fbinstant.get_player().name
    end)
end)
Valley

Contoh File Game Facebook

FBInstant.initializeAsync().then(function() {
    FBInstant.startGameAsync().then(function() {
      var playerID = FBInstant.player.getID();
      var playerName = FBInstant.player.getName();
    });
});
Valley

Jawaban yang mirip dengan “Contoh File Game Facebook”

Pertanyaan yang mirip dengan “Contoh File Game Facebook”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya