fbGetApps: Get all the apps under a project

View source: R/fbGetApps.R

fbGetAppsR Documentation

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

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.

Value

Data frame with apps list.

Author(s)

Alexey Seleznev

Examples

## Not run: 
accounts <- fbGetAccounts()
fbApps <- fbGetApps(accounts$id)

## End(Not run)

selesnow/rfacebookstat documentation built on Feb. 13, 2024, 5:55 a.m.