powered by
fbGetAdAccountUsers get data frame with adaccounts user list in R.
fbGetAdAccountUsers(accounts_id = NULL, api_version = "v3.1", console_type = "progressbar", access_token = NULL)
vector with ID of your ad account, for example c("act_00001","act_00002").
Your facebook API token.
Console output type, "progressbar" or "message"
Current Facebook API version.
Data frame with ad account list.
# NOT RUN { accountUsers <- fbGetAdAccountUsers(accounts_id = c("act_00001","act_00002"), access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx") # }
Run the code above in your browser using DataLab