FacebookClientWrapperOptions Class
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.
Options class for Facebook Adapter.
public class FacebookClientWrapperOptions
type FacebookClientWrapperOptions = class
Public Class FacebookClientWrapperOptions
- Inheritance
-
FacebookClientWrapperOptions
Constructors
| FacebookClientWrapperOptions(String, String, String, String, String) |
Initializes a new instance of the FacebookClientWrapperOptions class. |
Properties
| FacebookAccessToken |
Gets or sets the access token.
When bound to a single page, use |
| FacebookApiHost |
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). |
| FacebookApiVersion |
Gets or sets the alternate API version used to construct calls to Facebook's API. Defaults to "v3.2". |
| FacebookAppSecret |
Gets or sets the app secret from the Basic Settings page from your app's configuration in the Facebook developer portal. |
| FacebookVerifyToken |
Gets or sets the verify token used to initially create and verify the webhooks subscription settings on Facebook's developer portal. |