1.0.0 • Published 6 years ago

get-fbid v1.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
6 years ago

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