Share via


FacebookOptions.Fields Propriété

Définition

Liste des champs à récupérer à partir du 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)

Valeur de propriété

Par défaut, les champs suivants sont inclus si aucun n’est spécifié : « name », « email », « first_name » et « last_name ».

Remarques

Consultez https://developers.facebook.com/docs/graph-api/reference/user pour plus d’informations.

S’applique à