Skip to content

Commit

Permalink
feat(Facebook Node): Add support for Facebook Graph API versions 13
Browse files Browse the repository at this point in the history
  • Loading branch information
janober committed Mar 13, 2022
1 parent f73100a commit 53b5444
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nodes-base/nodes/Facebook/FacebookGraphApi.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ export class FacebookGraphApi implements INodeType {
name: 'Default',
value: '',
},
{
name: 'v13.0',
value: 'v13.0',
},
{
name: 'v12.0',
value: 'v12.0',
Expand Down

0 comments on commit 53b5444

Please sign in to comment.