Description Usage Arguments Details Author(s) See Also Examples
Fetches all accounts under one business ID. All accounts to which the user has access to that is.
1 2  | grabAccounts(id, token, n = 100, fields = "default", verbose = FALSE,
  limit = 100)
 | 
id | 
 Your business.facebook.com ID or your user id.  | 
token | 
 A valid token as returned by   | 
n | 
 Number of results to retrieve, defaults to   | 
fields | 
 Defaults to   | 
verbose | 
 Defaults to   | 
limit | 
 Number of results requested at each API call, defaults to 100.  | 
Returns data.frame of account IDs and status. requires ads_management permission!
John Coene jcoenep@gmail.com
1 2 3 4 5  | ## Not run: 
# get account ids
accs <- grabAccounts(id = "act_123456789012345", token = "XXXXXX")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.