Sdílet prostřednictvím


FacebookOptions.Fields Vlastnost

Definice

Seznam polí, která se mají načíst z koncového bodu 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)

Hodnota vlastnosti

Výchozí nastavení obsahuje následující pole, pokud nejsou zadána: "name", "email", "first_name" a "last_name".

Poznámky

Další podrobnosti najdete https://developers.facebook.com/docs/graph-api/reference/user v tématu.

Platí pro