共用方式為


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 \(英文\)。

適用於