mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
feat(Facebook Graph API Node): Add support for v16 and v17 (#6808)
This commit is contained in:
parent
7832e9c12d
commit
46a41c1c91
|
@ -80,6 +80,14 @@ export class FacebookGraphApi implements INodeType {
|
|||
name: 'Default',
|
||||
value: '',
|
||||
},
|
||||
{
|
||||
name: 'v17.0',
|
||||
value: 'v17.0',
|
||||
},
|
||||
{
|
||||
name: 'v16.0',
|
||||
value: 'v16.0',
|
||||
},
|
||||
{
|
||||
name: 'v15.0',
|
||||
value: 'v15.0',
|
||||
|
|
Loading…
Reference in a new issue