pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

Facebook Custom Audiences

Open pipedream-component-development opened this issue 1 year ago • 1 comments

App

Facebook Custom Audiences https://developers.facebook.com/docs/marketing-api/audiences/guides/custom-audiences

Actions

I would like to upload data to a custom audience. The problem really is getting the token.

curl
-F 'payload={ "schema": [ "FN", "LN", "EMAIL" ], "data": [ [ "<HASH>", "<HASH>", "<HASH>" ], [ "<HASH>", "<HASH>", "<HASH>" ] ] }'
-F 'access_token=<ACCESS_TOKEN>'
https://graph.facebook.com/<VERSION>/<CUSTOM_AUDIENCE_ID>/users

We rolled out a FCA audiences but this has been disabled publicly. Checking with @malexanderlim on why that was taken down when he is back from his leave.

sergio-eliot-rodriguez avatar Oct 07 '24 18:10 sergio-eliot-rodriguez