FacebookOptions.Fields プロパティ

定義

UserInformationEndpoint から取得するフィールドの一覧。

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Fields { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Fields { get; }
member this.Fields : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Fields As ICollection(Of String)

プロパティ値

"name"、"email"、"first_name"、および "last_name" が指定されていない場合は、既定で次のフィールドが含まれます。

注釈

詳細については、 https://developers.facebook.com/docs/graph-api/reference/user をご覧ください。

適用対象