fbgraph : Facebook Graph API client. You can installing fbgraph npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install fbgraph $ sudo npm install -g fbgraph
If want to update the fbgraph package execute the command as below,
$ sudo npm update fbgraph
Update package globally,
$ npm install -g fbgraph
$ sudo git clone https://github.com/rektide/fbgraph.git
$ sudo npm install -g ./fbgraph
fbgraph@1.4.1 /usr/lib/node_modules/fbgraph
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fbgraph
Package Name | fbgraph |
Version | 1.4.1 |
Description | Facebook Graph API client |
Released Date | 2017-01-19T13:45:15.431Z |
Published by | criso |
How to Learn | https://www.npmjs.com/package/fbgraph/tutorial |