| fbGetApps | R Documentation | 
Get data frame with list apps under a project.
fbGetApps(accounts_id  = getOption("rfacebookstat.accounts_id"), 
         api_version  = getOption("rfacebookstat.api_version"), 
         username     = getOption("rfacebookstat.username"),
         token_path   = fbTokenPath(),
         access_token = getOption("rfacebookstat.access_token"))
| accounts_id | Facebook Ad Account ID. | 
| api_version | Current Facebook API version. | 
| username | your username on Facebook | 
| token_path | path to dir with credentials | 
| access_token | Your facebook API token. | 
Data frame with apps list.
Alexey Seleznev
## Not run: 
accounts <- fbGetAccounts()
fbApps <- fbGetApps(accounts$id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.