FacebookOptions.Fields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of fields to retrieve from the 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)
Property Value
Defaults to include the following fields if none are specified: "name", "email", "first_name", and "last_name".
Remarks
See https://developers.facebook.com/docs/graph-api/reference/user for more details.