fbad_request: Get results of a synchronous query from FB graph API

Description Usage Arguments Value

Description

Get results of a synchronous query from FB graph API

Usage

1
2
fbad_request(fbacc, path, method = c("GET", "POST", "DELETE"),
  params = list(), debug = FALSE, log = TRUE, version, retries = 0)

Arguments

fbacc

(optional) FB_Ad_account object, which defaults to the last returned object of fbad_init.

path

API request path (i.e. endpoint)

method

HTTP request type (e.g. GET or POST or DELETE)

params

a name-value list of form parameters for API query

debug

print debug messages by calling Curl verbosely

log

print log messages or suppress those

version

Facebook Marketing API version, defaults to what was used in the most recent fbad_init function call or fb_api_most_recent_version() before such function call

retries

number of times the current query was tried previously – used to handle network errors

Value

json object containing results


laziob/fbradsmod documentation built on May 3, 2019, 9:38 p.m.