FacebookOptions.Fields 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要從 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 \(英文\)。