i think the forum is outdated: https://doc.photonengine.com/realtime/current/reference/playfab
In this document we help you integrate PlayFab with Photon. With this approach, both systems will get used in parallel to their full potential.
1 messages · Page 1 of 1 (latest)
i think the forum is outdated: https://doc.photonengine.com/realtime/current/reference/playfab
In this document we help you integrate PlayFab with Photon. With this approach, both systems will get used in parallel to their full potential.
The site i put in my photon custom service https://test.playfabapi.com/photon/authenticate ( i have my ID in the test part )
the authenticate link says
"resultCode": 3,
"message": "Failed to parse token from request",
"userId": null,
"nickname": null
}``` even though the forum says to do
lbClient.AuthValues.AddAuthParameter("username", PlayFabUserId);
lbClient.AuthValues.AddAuthParameter("token", PlayFabPhotonToken);```