create a app to post on fb page using graph api code example
Example 1: using fb login with angular app
imports: [
...
MatIconModule,
MatButtonModule,
MatCardModule
],
Example 2: using fb login with angular app
const config = new AuthServiceConfig([
{
id: FacebookLoginProvider.PROVIDER_ID,
provider: new FacebookLoginProvider('2203659926599837')
}
]);
export function provideConfig() {
return config;
}