> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsAsync

> 指定された Facebook Instant Games 識別子のセットに対して、一意の PlayFab 識別子を取得します。

指定された Facebook Instant Games 識別子のセットに対して、一意の PlayFab 識別子を取得します。

## 構文

```cpp theme={null}
HRESULT PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`titleEntityHandle`**   PFEntityHandle

PFAuthenticationGetEntityWithSecretKeyAsync を使用して取得したタイトル Entity 用の PFEntityHandle。

**`request`**   [PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookinstantgamesidsrequest)

値が設定されたリクエスト オブジェクト。

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API は、Win32、Linux、macOS で使用できます。非同期タスクが完了したら、[PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresultsize) と [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresult) を呼び出して結果を取得します。

## 要件

**ヘッダー:** PFAccountManagement.h

## 関連項目

[PFAccountManagement メンバー](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)
