FacebookClientWrapperOptions.FacebookAccessToken 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 access token.
When bound to a single page, use access_token
to specify the "page access token" provided in the Facebook developer portal's "Access Tokens" widget of the "Messenger Settings" page.
public string FacebookAccessToken { get; set; }
member this.FacebookAccessToken : string with get, set
Public Property FacebookAccessToken As String
Property Value
The access token.