mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
feat(Facebook Graph API Node): Update node to support API v18 - v20 (#10419)
This commit is contained in:
parent
1bf2f4f617
commit
e7ee10f243
|
|
@ -80,6 +80,18 @@ export class FacebookGraphApi implements INodeType {
|
|||
name: 'Default',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
name: 'v20.0',
|
||||
value: 'v20.0',
|
||||
},
|
||||
{
|
||||
name: 'v19.0',
|
||||
value: 'v19.0',
|
||||
},
|
||||
{
|
||||
name: 'v18.0',
|
||||
value: 'v18.0',
|
||||
},
|
||||
{
|
||||
name: 'v17.0',
|
||||
value: 'v17.0',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user