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

# PFAccountManagementFacebookPlayFabIdPair

> PFAccountManagementFacebookPlayFabIdPair データ モデル。

PFAccountManagementFacebookPlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementFacebookPlayFabIdPair {  
    const char* facebookId;  
    const char* playFabId;  
} PFAccountManagementFacebookPlayFabIdPair;  
```

### メンバー

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

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

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

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

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromFacebookIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementFacebookInstantGamesPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementfacebookinstantgamesplayfabidpair.md)
- [PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookinstantgamesidsresult.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
