fix(Facebook Lead Ads Trigger Node): Fix issue with missing scope for business management (#7616)

Github issue / Community forum post (link here to close automatically): 

Community:
https://community.n8n.io/t/facebook-lead-trigger-issue-with-permissions/32500

GH Issue: https://github.com/n8n-io/n8n/issues/7615
This commit is contained in:
Yulian Diaz 2023-11-08 05:02:18 -05:00 committed by GitHub
parent 3a776e0132
commit 32b85ba2fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,8 @@ export class FacebookLeadAdsOAuth2Api implements ICredentialType {
displayName: 'Scope',
name: 'scope',
type: 'hidden',
default: 'leads_retrieval pages_show_list pages_manage_metadata pages_manage_ads',
default:
'leads_retrieval pages_show_list pages_manage_metadata pages_manage_ads business_management',
},
{
displayName: 'Auth URI Query Parameters',