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 をご覧ください。