rfacebookstat (version 2.10.0)

fbGetApps: Get all the apps under a project

Description

Get data frame with list apps under a project.

Usage

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"))

Value

Data frame with apps list.

Arguments

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.

Author

Alexey Seleznev

Examples

Run this code
if (FALSE) {
accounts <- fbGetAccounts()
fbApps <- fbGetApps(accounts$id)
}

Run the code above in your browser using DataLab