Skip to content

Commit ca35c8b

Browse files
Avryclaude
andcommitted
fix: update Instagram scopes for Meta's new permission naming
Meta has renamed Instagram permissions from `instagram_manage_comments` and `instagram_manage_insights` to `instagram_business_manage_comments` and `instagram_business_manage_insights`. The old scope names now return "Invalid Scopes" errors when trying to connect Instagram accounts through Facebook Login for Business. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 56c2eb3 commit ca35c8b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/nestjs-libraries/src/integrations/social/instagram.provider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export class InstagramProvider
3030
'pages_read_engagement',
3131
'business_management',
3232
'instagram_content_publish',
33-
'instagram_manage_comments',
34-
'instagram_manage_insights',
3533
];
3634
override maxConcurrentJob = 200;
3735
editor = 'normal' as const;

0 commit comments

Comments
 (0)