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

# PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsRequest

> PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsRequest 데이터 모델입니다.

PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsRequest {  
    const char* const* facebookInstantGamesIds;  
    uint32_t facebookInstantGamesIdsCount;  
} PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsRequest;  
```

### 멤버

**`facebookInstantGamesIds`**   const char\* const\*

타이틀이 PlayFab 식별자를 가져와야 하는 고유한 Facebook Instant Games 식별자의 배열입니다. 배열의 길이는 25를 초과할 수 없습니다.

**`facebookInstantGamesIdsCount`**   uint32\_t

facebookInstantGamesIds의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromFacebookInstantGamesIdsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromfacebookinstantgamesidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsasync.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookinstantgamesidsresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresult.md)
