FacebookClientWrapperOptions.FacebookApiHost 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 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.