From f31bd11a74d6df97ab91a1abfcdf3485ecb5a47e Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 7 Jul 2024 13:22:35 +0700 Subject: [PATCH] feat: insights --- .../src/integrations/social/threads.provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/nestjs-libraries/src/integrations/social/threads.provider.ts b/libraries/nestjs-libraries/src/integrations/social/threads.provider.ts index 75e5b3b4..8f02cdfa 100644 --- a/libraries/nestjs-libraries/src/integrations/social/threads.provider.ts +++ b/libraries/nestjs-libraries/src/integrations/social/threads.provider.ts @@ -43,7 +43,7 @@ export class ThreadsProvider extends SocialAbstract implements SocialProvider { )}` + `&state=${state}` + `&scope=${encodeURIComponent( - 'threads_basic,threads_content_publish,threads_manage_replies,threads_read_replies,threads_manage_insights' + 'threads_basic,threads_content_publish,threads_manage_replies,threads_manage_insights' )}`, codeVerifier: makeId(10), state,