facebookadlibrary
v1.0.0
Published
A package for interacting with the Facebook Ad Library API
Maintainers
Readme
Basic usage
import Facebookadlibrary from "facebookadlibrary"
const token = ``// get this from graph explorer tool
const facebookadlibrary = new Facebookadlibrary(token);
const pageId = ''; // get this by above guide
const params = {};
const data = facebookadlibrary.findByPageId(pageId, {});*This project is not affiliated with Meta™ or Facebook™ in any way.
Made by the fine folks at Swipekit
