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 -i -X POST \ 'https://login.xsolla.com/api/users/me/social_friends/update?platform=steam' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}