Skip to content

Commit 98c7d01

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 68957e0 commit 98c7d01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PlayFabSDK/PlayFabClientApi.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ PlayFab.ClientApi = {
322322
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayFabIDsFromGoogleIDs", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback);
323323
},
324324

325+
GetPlayFabIDsFromKongregateIDs: function (request, callback) {
326+
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
327+
328+
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Client/GetPlayFabIDsFromKongregateIDs", request, "X-Authorization", PlayFab._internalSettings.sessionTicket, callback);
329+
},
330+
325331
GetPlayFabIDsFromPSNAccountIDs: function (request, callback) {
326332
if (PlayFab._internalSettings.sessionTicket == null) throw "Must be logged in to call this method";
327333

0 commit comments

Comments
 (0)