⚡ Small changes to Facebook Trigger Node
This commit is contained in:
@@ -3,15 +3,15 @@ import {
|
||||
NodePropertyTypes,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
export class FacebookGraphSubscriptionApi implements ICredentialType {
|
||||
name = 'facebookGraphSubscriptionApi';
|
||||
displayName = 'Facebook Graph API';
|
||||
export class FacebookGraphAppApi implements ICredentialType {
|
||||
name = 'facebookGraphAppApi';
|
||||
displayName = 'Facebook Graph API (App)';
|
||||
extends = [
|
||||
'facebookGraphApi',
|
||||
];
|
||||
properties = [
|
||||
{
|
||||
displayName: 'APP Secret',
|
||||
displayName: 'App Secret',
|
||||
name: 'appSecret',
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
Reference in New Issue
Block a user