🔀 Merge pull request #546 from pestevez/feature/update-graph-api-versions

Update Facebook Graph API versions
This commit is contained in:
Jan 2020-05-06 10:04:36 +02:00 committed by GitHub
commit a2666faedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,9 +79,13 @@ export class FacebookGraphApi implements INodeType {
type: 'options', type: 'options',
options: [ options: [
{ {
name: 'Latest', name: 'Default',
value: '', value: '',
}, },
{
name: 'v7.0',
value: 'v7.0',
},
{ {
name: 'v6.0', name: 'v6.0',
value: 'v6.0', value: 'v6.0',
@ -110,10 +114,6 @@ export class FacebookGraphApi implements INodeType {
name: 'v3.0', name: 'v3.0',
value: 'v3.0', value: 'v3.0',
}, },
{
name: 'v2.12',
value: 'v2.12',
},
], ],
default: '', default: '',
description: 'The version of the Graph API to be used in the request.', description: 'The version of the Graph API to be used in the request.',