From 9dd0fbffd9e54842707599e414af10b2ed8f413d Mon Sep 17 00:00:00 2001 From: Sudip Paul <67197965+ItsSudip@users.noreply.github.com> Date: Wed, 15 May 2024 13:41:14 +0530 Subject: [PATCH] Revert "feat: app secret support for facebook custom audience (#1358)" This reverts commit 9f301a4efc72a8d62965e9ca5a70c277dd082b5f. --- .../destinations/fb_custom_audience/db-config.json | 3 +-- .../destinations/fb_custom_audience/ui-config.json | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/configurations/destinations/fb_custom_audience/db-config.json b/src/configurations/destinations/fb_custom_audience/db-config.json index 8e3069627..a3022d2ff 100644 --- a/src/configurations/destinations/fb_custom_audience/db-config.json +++ b/src/configurations/destinations/fb_custom_audience/db-config.json @@ -23,7 +23,6 @@ "destConfig": { "defaultConfig": [ "accessToken", - "appSecret", "maxUserCount", "userSchema", "isHashRequired", @@ -37,7 +36,7 @@ "warehouse": ["adAccountId", "connectionMode"], "shopify": ["connectionMode"] }, - "secretKeys": ["accessToken", "appSecret"] + "secretKeys": ["accessToken"] }, "responseRules": { "responseType": "JSON", diff --git a/src/configurations/destinations/fb_custom_audience/ui-config.json b/src/configurations/destinations/fb_custom_audience/ui-config.json index 622e6d6dd..958ab9c8b 100644 --- a/src/configurations/destinations/fb_custom_audience/ui-config.json +++ b/src/configurations/destinations/fb_custom_audience/ui-config.json @@ -10,14 +10,6 @@ "required": true, "placeholder": "EAALmZAOFOFpXXXXXXPl4uSHPxQDZCrU6KbZB1gICD9y1ZBNpevRXXXXXO06WZCUuySAX7vw2Re7vmZAHo6OFFZA4vsCUqq2XqBQgkbbgXXXXXXQ4wJFJ2GXGe69qaOXgugjkdjfgRjkknkfOUUTJfmGnzShXXXXX1kDX7xZB8IX9vdfEIZBZBhHQo4ZD" }, - { - "type": "textInput", - "label": "App Secret", - "value": "appSecret", - "secret": true, - "placeholder": "f65c45d8e013fab78b09e1759c123456", - "footerNote": "Provide App Secret from your Facebook Developer App's basic settings." - }, { "type": "textInput", "label": "Ad Account id",