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

# PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult

> PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult data model. For Facebook Instant Game identifiers which have not been linked to PlayFab.

PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult data model. For Facebook Instant Game identifiers which have not been linked to PlayFab accounts, null will be returned.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult {  
    PFAccountManagementFacebookInstantGamesPlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult;  
```

### Members

**`data`**   [PFAccountManagementFacebookInstantGamesPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementfacebookinstantgamesplayfabidpair) const\*<br />*may be nullptr*

(Optional) Mapping of Facebook Instant Games identifiers to PlayFab identifiers.

**`dataCount`**   uint32\_t

Count of data

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromfacebookinstantgamesidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromFacebookInstantGamesIdsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromfacebookinstantgamesidsasync.md)
