ソーシャルプロバイダーからユーザーの友達リストを取得します。
platform | string パブリッシャーアカウント > あなたのログインプロジェクト > ソーシャル接続 で有効にすることができる、選択したソーシャルプロバイダー名。指定しない場合、コールはすべてのソーシャルプロバイダーから友達を取得します。 |
offset | integer >= 0 Default: 0 リストが生成される要素の数。 |
limit | integer [ 1 .. 500 ] Default: 500 一度に返される友達の最大数。 |
with_xl_uid | boolean Default: false ソーシャル友達が自分のゲーム内の人かどうかを示します。 |
OK
未認証
リクエストの回数が多すぎます
{- "data": [
- {
- "avatar": "string",
- "name": "string",
- "platform": "string",
- "tag": "string",
- "user_id": "string",
- "xl_uid": "string"
}
], - "limit": 0,
- "offset": 0,
- "platform": "string",
- "total_count": 0,
- "with_xl_uid": true
}