adlib_get | R Documentation |
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.
adlib_get(params, token = token_get())
params |
a query built by adlib_build_query |
token |
an access_token. |
an http response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.