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.

Применяется к