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

# PFAccountManagementLinkFacebookInstantGamesIdRequest

> Modelo de datos de PFAccountManagementLinkFacebookInstantGamesIdRequest.

Modelo de datos de PFAccountManagementLinkFacebookInstantGamesIdRequest.

## Sintaxis

```cpp theme={null}
typedef struct PFAccountManagementLinkFacebookInstantGamesIdRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* facebookInstantGamesSignature;  
    bool const* forceLink;  
} PFAccountManagementLinkFacebookInstantGamesIdRequest;  
```

### Miembros

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Opcional) Etiquetas personalizadas opcionales asociadas a la solicitud (por ejemplo, número de compilación, identificadores de seguimiento externos, etc.).

**`customTagsCount`**   uint32\_t

Recuento de customTags

**`facebookInstantGamesSignature`**   const char\*<br />*is null-terminated*

Firma de Facebook Instant Games para el usuario.

**`forceLink`**   bool const\*<br />*may be nullptr*

(Opcional) Si otro usuario ya está vinculado al identificador de Facebook Instant Games, desvincule al otro usuario y vuelva a vincular.

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

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


## Related topics

- [PFAccountManagementClientLinkFacebookInstantGamesIdAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkfacebookinstantgamesidasync.md)
- [Información general de la API de C de Services - PFAccountManagementTypes.h](/es/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementUnlinkFacebookInstantGamesIdRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkfacebookinstantgamesidrequest.md)
- [PFAccountManagementClientUnlinkFacebookInstantGamesIdAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkfacebookinstantgamesidasync.md)
- [PFAccountManagementFacebookInstantGamesPlayFabIdPair](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementfacebookinstantgamesplayfabidpair.md)
