fb-mini

4.0.3 • Public • Published

fb-mini

Install

npm install --save fb-mini

Usage

var fb = require('fb-mini');

fb.get('v2.4/me', 'someaccesstoken', function(err, response, statusCode) {
	console.log(response, statusCode);
});

License

MIT © Stipe Kotarac (https://github.com/kotarac)

Readme

Keywords

none

Package Sidebar

Install

npm i fb-mini

Weekly Downloads

0

Version

4.0.3

License

MIT

Last publish

Collaborators

  • kotarac