machinepack-facebook
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "machinepack-facebook", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Communicate with Facebook to authenticate, get profile data, friends, likes, and more.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,23 +0,9 @@ | ||
# machinepack-facebook | ||
![](http://node-machine.org/images/machine-anthropomorph-for-white-bg.png) | ||
Machines for working with the facebook. | ||
This is a [machinepack](http://node-machine.org/), a module which exposes a set of related machines, or special functions with normalized usage which conform to the machine specification, an open standard. | ||
Documentation pages for the machines contained in this module are automatically generated and kept up-to-date on http://node-machine.org. | ||
## Basic Usage | ||
### License | ||
```javascript | ||
var Facebook = require('machinepack-facebook'); | ||
Facebook.getLoginUrl({ | ||
// ... | ||
}) | ||
.exec(function (err, result) { | ||
// ... | ||
}); | ||
``` | ||
For more info about working with machines, see the [node-machine repo](http://github.com/mikermcneil/node-machine). | ||
## License | ||
MIT © Mike McNeil 2014 | ||
MIT | ||
© contributors to this repository |
17923
10