Begins data processing to update a list of user’s friends from a social provider. Note that there may be a delay in data processing because of the Xsolla Login server or provider server high loads.
platform | string Name of the chosen social provider which you can enable in your Publisher Account > your Login project > Social connections. If you do not specify it, the call gets friends from all social providers. |
No Content
Unauthorized
Unprocessable Entity
Too Many Requests
curl --request POST \ --url 'https://login.xsolla.com/api/users/me/social_friends/update?platform=SOME_STRING_VALUE' \ --header 'Authorization: Bearer BEARER_TOKEN'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}