Skip to content

Commit

Permalink
Merge pull request #1369 from rudderlabs/revert-1358-feat.appsecret_f…
Browse files Browse the repository at this point in the history
…b_custom

Revert "feat: app secret support for facebook custom audience"
  • Loading branch information
ItsSudip authored May 15, 2024
2 parents d1d1b3c + 9dd0fbf commit 19cf9ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"destConfig": {
"defaultConfig": [
"accessToken",
"appSecret",
"maxUserCount",
"userSchema",
"isHashRequired",
Expand All @@ -37,7 +36,7 @@
"warehouse": ["adAccountId", "connectionMode"],
"shopify": ["connectionMode"]
},
"secretKeys": ["accessToken", "appSecret"]
"secretKeys": ["accessToken"]
},
"responseRules": {
"responseType": "JSON",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 19cf9ab

Please sign in to comment.