Gets the URL to link the social network to the user’s account. The social network should be used for authentication.
The linking flow:
providerName required | string Name of the social network connected to Login in Publisher Account. Can be: If you store user data in PlayFab, only |
login_url | string URL to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the Callback URL specified in the URL block of Publisher Account. To find it, go to Login > your Login project > General settings. Required if there are several Callback URLs. |
OK
Forbidden
Not Found
curl -i -X GET \ 'https://login.xsolla.com/api/users/me/social_providers/{providerName}/login_url?login_url=string' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "url": "string"
}