> ## 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\*\
*is null-terminated*

（可选）Facebook 标识符。

**`fullName`**   const char\*\
*is null-terminated*

（可选）Facebook 全名。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [PFFriendsFriendInfo](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserFacebookInstantGamesIdInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinstantgamesidinfo.md)
- [PFAuthenticationLoginWithFacebookRequest](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithfacebookrequest.md)
