Skip to content
Advertisement

Tag: playfab

send POST ResetPassword API request using php to PlayFab

I am trying to implement PlayFab password recovery process following this tutorial: https://docs.microsoft.com/en-us/gaming/playfab/features/engagement/emails/using-email-templates-to-send-an-account-recovery-email The actual request: https://docs.microsoft.com/en-us/rest/api/playfab/admin/account-management/reset-password?view=playfab-rest The problem is that I have no experience with php so I have been struggling for days to get this to work and not succeeded. The last activity I record from PlayFab Data Explorer is auth_token_validated meaning I click on the link and

Advertisement