UNPKG

facebook-video-link

Version:

Unofficial API to Get Facebook Videos Information (Title, Caption, & Link)

10 lines (8 loc) 317 B
const getVideosLink = require('../index'); (async () => { getVideosLink('https://www.facebook.com/EpochTimesTrending/videos/310155606660409') .then(response => { console.log(response) }) console.log(await getVideosLink('https://www.facebook.com/EpochTimesTrending/videos/310155606660409')) })()