> ## 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](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromfacebookinstantgamesidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromfacebookinstantgamesidsresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresult.md)
