pipedream
pipedream copied to clipboard
Facebook Custom Audiences
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.