Skip to content

Commit

Permalink
feat(Facebook Graph API Node): Update node to support API v18 - v20 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored and riascho committed Aug 26, 2024
1 parent c18fa59 commit 10274b6
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 10274b6

Please sign in to comment.