fbulk

0.0.6 • Public • Published

fbulk

Build Status

A simple helper library to make bulk requests to the Facebook Graph Api.

For more info on bulk requests, see Making multiple requests

Installation

npm install fbulk --save

Note that this library needs support for Promise and Fetch APIs.

Usage

Bulk = require 'fbulk'
q = Bulk access_token: 'my-access-token'
q.addCall target: 'me'
q.addCall target: 'me/friends', params: limit: 50
q.exec()

Readme

Keywords

none

Package Sidebar

Install

npm i fbulk

Weekly Downloads

1

Version

0.0.6

License

BSD-3-Clause

Last publish

Collaborators

  • mancontr