Skip to content

Commit

Permalink
feat(Facebook Graph API Node): Update node to support v17 - v20 api v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
Joffcom committed Aug 14, 2024
1 parent 483e324 commit aeab252
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/nodes-base/nodes/Facebook/FacebookGraphApi.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit aeab252

Please sign in to comment.