Learn R Programming

rfacebookstat (version 1.8.3)

fbGetApps: Get all the apps under a project

Description

Get data frame with list apps under a project.

Usage

fbGetApps(projects_id = NULL, api_version = "v3.1", 
          access_token = NULL)

Arguments

projects_id

Your project ID.

api_version

Current Facebook API version.

access_token

Your facebook API token.

Value

Data frame with apps list.

Examples

Run this code
# NOT RUN {
fbApps <- fbGetApps(projects_id = "xxxxxxxxxxxxx", 
                    api_version = "v2.8",
 					access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
# }

Run the code above in your browser using DataLab