get-fbid

1.0.0 • Public • Published

get-fbid Build Status codecov

Get the FBID for a Facebook Group, Page or Profile.

Install

$ npm install get-fbid

Usage

const getFBID = require('get-fbid');
 
getFBID('google');
//=> '104958162837'

API

getFBID(username)

input

Type: string

The username for the Group, Page or Profile..

Errors

getFBID() rejects when it is unable to find an FBID for a username. It also rejects when Facebook returns a 404, which can happen for a valid user depending on their privacy settings.

License

MIT © Chris Vogt

Dependents (0)

Package Sidebar

Install

npm i get-fbid

Weekly Downloads

59

Version

1.0.0

License

MIT

Unpacked Size

3.51 kB

Total Files

4

Last publish

Collaborators

  • chrisvogt