Facebook Configuration
Overview
Facebook configuration allows users to post, create stories, and manage content.
Config Example
export interface FacebookConfig {
isEnabled: boolean;
post?: boolean;
story?: boolean;
}
Example Usage
{
"facebook": {
"isEnabled": true,
"post": true,
"story": false
}
}
Last updated on