#PlayFab Auth Help

1 messages · Page 1 of 1 (latest)

strange zinc
#

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);```