alyssaq / facebook_api_user

Get user info from Facebook Graph API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Facebook user information

Supports Facebook Graph API v2.0

Setup

  1. Install dependencies npm install
  2. Paste your access_token in config.js, which can be generated from the Graph API explorer.

Usage

See sample.js. The access token must have the right permissions. See FB Graph API Reference for all available endpoints. Note that the user access token lasts for 2 hours by default.

License

MIT

About

Get user info from Facebook Graph API


Languages

Language:JavaScript 100.0%