0.0.6 • Published 9 years ago

fbulk v0.0.6

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
9 years ago

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()
0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago