List events hosted by a Facebook profile or Page.
Endpoint
/v1/facebook/profiles/events
Query
Public Facebook profile or page URL.
Opaque pagination cursor from a previous response.
const response = await fetch( "https://api.socialfetch.dev/v1/facebook/profiles/events?url=https://www.facebook.com/brickyardoldtown", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);