> ## 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](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromfacebookinstantgamesidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookinstantgamesidsresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresult.md)
