tool-fb

2.0.0 • Public • Published

Download Video Or Find User ID FaceBook

Install:

npm install tools-fb

Note:

  • If My Code Is Not Okay, Please Forgive Me, Because I'm Just A Kid <3
  • I Will Try To Bring The Best Experience For You
  • Fix Bad Token And Token Expired By NTKhang

Usages:

  • getUserID:

const tools = require("tools-fb");
tools.getUserID("Url FaceBook")
  .then(result => {
    console.log(result);
  })

/*[ - Or - ]*/

const tools = require("tools-fb");
const result = await tools.getUserID("Url FaceBook");
console.log(result);

/* [ - Example - ] */
/*
{ 
  status: 200,
  data: 'ID User' 
}
*/
  • getVideoUrl:

const tools = require("tools-fb");
tools.getVideoUrl("Url FaceBook Watch")
  .then(result => {
    console.log(result);
  })

/*[ - Or - ]*/

const tools = require("tools-fb");
const result = await tools.getVideoUrl("Url FaceBook Watch");
console.log(result);

/* [ - Example - ] */
/*
{     
  status: true
  time: 'time video',
  thumb: 'link thumbail',
  audio: 'link audio',
  HD: 'link HD',
  SD: 'link SD'
}
*/

Contact Me:

  • Zalo: 0856141107 (Thinhvoo)

Thank You For Using My API

Package Sidebar

Install

npm i tool-fb

Weekly Downloads

10

Version

2.0.0

License

MIT

Unpacked Size

6.76 kB

Total Files

8

Last publish

Collaborators

  • priyanshu_12