FacebookAdapterOptions.VerifyIncomingRequests 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.
Gets or sets a value indicating whether incoming requests should be verified. Should be set to true in Production but can be set to false for testing or development purposes.
public bool VerifyIncomingRequests { get; set; }
member this.VerifyIncomingRequests : bool with get, set
Public Property VerifyIncomingRequests As Boolean
Property Value
The flag to indicate if incoming requests should be verified.