powered by
fbGetAdAccountUsersPermissions get ad account user list with him permissions. in R.
fbGetAdAccountUsersPermissions(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.
Current Facebook API version.
Data frame with ad account user permissions list.
# NOT RUN { UP <- fbGetAdAccountUsersPermissions(accounts_id = c("act_00001","act_00002"), api_version = "v2.10", access_token = "xxxxxx") # }
Run the code above in your browser using DataLab