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

# PFUserFacebookInfo

> PFUserFacebookInfo データ モデル。

PFUserFacebookInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFUserFacebookInfo {  
    const char* facebookId;  
    const char* fullName;  
} PFUserFacebookInfo;  
```

### メンバー

**`facebookId`**   const char\*\
*null 終端*

(オプション) Facebook 識別子。

**`fullName`**   const char\*\
*null 終端*

(オプション) Facebook のフル ネーム。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [PFFriendsFriendInfo](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserFacebookInstantGamesIdInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinstantgamesidinfo.md)
- [PFAuthenticationLoginWithFacebookRequest](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithfacebookrequest.md)
