Share via


FacebookAdapterOptions.VerifyIncomingRequests Property

Definition

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.

Applies to