> ## 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.

# PFAccountManagementFacebookInstantGamesPlayFabIdPair

> PFAccountManagementFacebookInstantGamesPlayFabIdPair データ モデル。

PFAccountManagementFacebookInstantGamesPlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementFacebookInstantGamesPlayFabIdPair {  
    const char* facebookInstantGamesId;  
    const char* playFabId;  
} PFAccountManagementFacebookInstantGamesPlayFabIdPair;  
```

### メンバー

**`facebookInstantGamesId`**   const char\*<br />*is null-terminated*

(省略可) ユーザーの一意の Facebook Instant Games 識別子。

**`playFabId`**   const char\*<br />*is null-terminated*

(省略可) ユーザーの一意の PlayFab 識別子。Facebook Instant Games 識別子にリンクされている PlayFab アカウントがない場合は null。

## 要件

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

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookinstantgamesidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkFacebookInstantGamesIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkfacebookinstantgamesidrequest.md)
- [PFAccountManagementUnlinkFacebookInstantGamesIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkfacebookinstantgamesidrequest.md)
- [PFAccountManagementClientLinkFacebookInstantGamesIdAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkfacebookinstantgamesidasync.md)
