Skip to contents

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