"summary":"Remove Apple's GameCenter from the social profiles on the current user's account.",
@@ -2514,6 +2617,23 @@
},
"description":"Send a Facebook token to the server. Used with authenticate/link/unlink."
},
"apiAccountFacebookInstantGame":{
"type":"object",
"properties":{
"signed_player_info":{
"type":"string",
"title":"The OAuth token received from a Facebook Instant Game that may be decoded with the Application Secret (must be available with the nakama configuration)"
},
"vars":{
"type":"object",
"additionalProperties":{
"type":"string"
},
"description":"Extra information that will be bundled in the session token."
}
},
"description":"Send a Facebook Instant Game token to the server. Used with authenticate/link/unlink."
},
"apiAccountGameCenter":{
"type":"object",
"properties":{
@@ -3503,6 +3623,10 @@
"type":"string",
"format":"date-time",
"description":"The UNIX time when the user was last updated."
},
"facebook_instant_game_id":{
"type":"string",
"description":"The Facebook Instant Game id in the user's account."