PFUserFacebookInfo データ モデル。
構文
typedef struct PFUserFacebookInfo {
const char* facebookId;
const char* fullName;
} PFUserFacebookInfo;
メンバー
facebookId const char*
が null で終わる
(省略可能) Facebook 識別子。
fullName const char*
が null で終わる
(省略可能) Facebook のフル ネーム。
要件
ヘッダー: PFTypes.h