PipedreamHQ / PipedreamHQ/pipedream
Facebook Custom Audiences
Open
actions
app
blocked
triaged
user request
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
### 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": [
[
"",
"",
""
],
[
"",
"",
""
]
]
}' \
-F 'access_token=' \
https://graph.facebook.com///users
Contributor guide
Assessment
This issue has not been assessed yet.