mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
feat(Facebook Node): Add support for Facebook Graph API versions 13
This commit is contained in:
parent
f73100a0bd
commit
53b54440d7
|
@ -82,6 +82,10 @@ export class FacebookGraphApi implements INodeType {
|
|||
name: 'Default',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
name: 'v13.0',
|
||||
value: 'v13.0',
|
||||
},
|
||||
{
|
||||
name: 'v12.0',
|
||||
value: 'v12.0',
|
||||
|
|
Loading…
Reference in a new issue