Socket
Socket
Sign inDemoInstall

get-fbid

Package Overview
Dependencies
24
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    get-fbid

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


Version published
Maintainers
1
Install size
3.76 MB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 15 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc