Fastest ways to connect to API - Hacker-DanS/GetPost GitHub Wiki
API connect
https://github.com/andrewplummer/APIConnect
var api = new APIConnect(); api.domain('graph.facebook.com'); api.connect(':object_id'); api.getObject({ object_id: page_id }).then(displayJSON);