Jaa


FacebookClientWrapperOptions.FacebookApiHost Property

Definition

Gets or sets the alternate root URL used to construct calls to Facebook's API. Defaults to "graph.facebook.com" but can be changed (for mocking, proxy, etc).

public string FacebookApiHost { get; set; }
member this.FacebookApiHost : string with get, set
Public Property FacebookApiHost As String

Property Value

The API host.

Applies to