mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
feat(Facebook Graph API Node): Update to support api version 15 (#4791)
This commit is contained in:
parent
c853b8078e
commit
2a85af1bdb
|
@ -81,6 +81,10 @@ export class FacebookGraphApi implements INodeType {
|
||||||
name: 'Default',
|
name: 'Default',
|
||||||
value: '',
|
value: '',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'v15.0',
|
||||||
|
value: 'v15.0',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'v14.0',
|
name: 'v14.0',
|
||||||
value: 'v14.0',
|
value: 'v14.0',
|
||||||
|
|
Loading…
Reference in a new issue