View source: R/fbGetCatalogs.R
| fbGetCatalogs | R Documentation | 
Load catalogs from business maneger.
fbGetCatalogs(business_id  = getOption("rfacebookstat.business_id") ,
              api_version  = getOption("rfacebookstat.api_version"),
			  username          = getOption("rfacebookstat.username"),
              token_path        = fbTokenPath(),
              access_token = getOption("rfacebookstat.access_token"))
business_id | 
 ID by your Business Manager  | 
api_version | 
 Current Facebook API version.  | 
username | 
 your username on Facebook  | 
token_path | 
 path to dir with credentials  | 
access_token | 
 Your API facebook token  | 
Data frame with project list
Alexey Seleznev
## Not run: 
bc <- fbGetCatalogs(business_id = 1111111111,
                    access_token = "xxxxxxxx")
 
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.