1.0.3 • Published 7 months ago

kaiz-fbuid v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

kaiz-fbuid

A simple Node.js package to retrieve the UID of Facebook profiles, pages, or groups using link.

Installation :

npm install kaiz-fbuid

Usage :

const kaiz = require('kaiz-fbuid');

(async () => {
  const url = 'https://facebook.com/someprofile';
  const data = await kaiz(url);
  console.log(data);
})();

Output Example :

{
    "UID": "100095290150085"
}
1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago