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

Description Usage Arguments Value

View source: R/fb_init.R

Description

Get results of a synchronous query from FB graph API

Usage

1
2
3
fbad_request(fbacc, path, method = c("GET", "POST", "DELETE"),
  params = list(), debug = FALSE, log = TRUE,
  version = fb_api_most_recent_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

retries

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

Value

json object containing results


daroczig/fbRads-transition documentation built on May 20, 2019, 4:08 p.m.