FB.js
Facebook api for node.js done right, built on top of facebook-js.
Usage:
var fb = client = "my fb oauth token"; // regular call without paramsclient; // open graph api call with paramclient;
API:
-
Create your client with oauth token:
var fb =client = "my fb token"; -
Make api calls:
client
Authors
- Ian Babrou ibobrik@gmail.com
License
MIT