co-fbgraph co wrapper for fbgraph package. Quickstart const fbgraph = require('co-fbgraph'); const user = yield fbgraph.get('/zuck'); console.log(user); Usage Please refer to the documentation of fbgraph. Installation $ npm install co-fbgraph Requirements Node 0.11+, run with --harmony flag. License MIT