adlib_get: Query the Ad Library API

View source: R/adlib.R

adlib_getR Documentation

Query the Ad Library API

Description

This function sends a request to the Ad Library API. The 'params' argument should be a list that is built with adlib_build_query(). The 'token' argument can be a short-term token pasted from https://developers.facebook.com/tools/explorer/, or a long-term token stored in your password store. By default it will look for a token in your password store.

Usage

adlib_get(params, token = token_get())

Arguments

params

a query built by adlib_build_query

token

an access_token.

Value

an http response


facebookresearch/Radlibrary documentation built on Feb. 2, 2024, 12:01 a.m.