0.0.6 • Published 8 years ago

fbulk v0.0.6

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
8 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

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago