Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
auth_method | string | Accepted Values: {“value”:“oauth”,“label”:“Oauth”}, {“value”:“token”,“label”:“Token”} | true | false |
user_name | string | false | true | |
accounts | array | false | false | |
byo_app_token | string | (required if auth_method is “token”) | false | false |
graph_api_version | string | (required if auth_method is “token”) | false | false |
account_id | string | (required if auth_method is “token”) | false | false |
Example
1 { 2 "name": "fbaudience connection", 3 "type": "fbaudience", 4 "configuration": { 5 "account_id": "1234567890", 6 "accounts": [ 7 { 8 "label": "", 9 "value": "" 10 } 11 ], 12 "auth_method": "token", 13 "byo_app_token": "secret", 14 "graph_api_version": "v19.0" 15 } 16 }