New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

fbinfo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbinfo

Pulls down publicly available information for a given Facebook profile

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Description

Pulls down publicly available information for a given Facebook profile - useful for finding a Facebook ID from a username.

Installation

npm install fbinfo

Usage

If called without any parameters, it will prompt you for username to lookup, otherwise it'll take the first argument as a username and attempt to lookup using that.

Example

fbinfo zuck

Will return

id: 4
name: Mark Zuckerberg
first_name: Mark
last_name: Zuckerberg
link: http://www.facebook.com/zuck
username: zuck
gender: male
locale: en_US

Likewise the same information could be brought back using

fbinfo 4

Where "4" is the Facebook ID of a user (in this case, Mark Zuckerberg)

Keywords

cli

FAQs

Package last updated on 21 Jul 2013

Did you know?

Socket

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