fbRads (version 0.2)

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

Description

Get results of a synchronous query from FB graph API

Usage

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

Value

json object containing results

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