# criso/fbgraph

NodeJs module to access the facebook graph api

Repository: https://github.com/criso/fbgraph
Canonical: https://ross.abutalabs.com/products/fbgraph
Homepage: http://criso.github.io/fbgraph/
Language: JavaScript
License Family: other
Last push: 2024-05-25T04:35:16+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5496, "days_push": 830, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1084, forks 174 (observed 2026-08-28T04:03:31.402417+00:00)

## What it is
fbgraph is a Node.js library providing simple access to the Facebook Graph API. It wraps API calls to return consistent JSON, handles OAuth authorization and access token management, and supports securing calls with appsecret_proof.

## Use cases
- access the facebook graph api from node
- publish posts to a user's facebook feed
- authenticate users with facebook oauth in an express app
- extend the expiration of short-lived facebook access tokens
- fetch facebook user profile data as
- secure facebook api calls with appsecret_proof

## When to choose
- you need a lightweight, minimal wrapper around the Facebook Graph API in Node.js
- you want consistent JSON responses from Facebook endpoints
- you need simple OAuth authorization and token handling for Facebook

## When to avoid
- you need a fully featured or actively maintained Facebook SDK with support for the latest Graph API versions
- you require guaranteed long-term maintenance or formal license assurance
- you are not working in Node.js

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, auth, sdk
- domain: apis, web-development, social-media, developer-tools
- platform: -
- tags: facebook, graph-api, oauth, api-client, social-networks, nodejs

## Member repositories
- criso/fbgraph (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:31.402417+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:50:01.311005+00:00, confidence not recorded.
  - readme: https://github.com/criso/fbgraph (fetched 2026-08-28T04:03:31.402417+00:00, sha 183eb3d94d75)
  - homepage: http://criso.github.io/fbgraph/ (fetched 2026-08-29T12:52:48.418692+00:00, sha f54673878354)
  - registry_npm: https://registry.npmjs.org/fbgraph (fetched 2026-08-29T12:52:48.428064+00:00, sha 1ef9057eb25a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
