> ## 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 />*null로 종료됨*

(선택 사항) 사용자에 대한 고유한 Facebook Instant Games 식별자입니다.

**`playFabId`**   const char\*<br />*null로 종료됨*

(선택 사항) 사용자에 대한 고유한 PlayFab 식별자이거나, Facebook Instant Games 식별자에 연결된 PlayFab 계정이 없는 경우 null입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

[PFAccountManagementTypes 멤버](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

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