social-subscribe
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "social-subscribe", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "social-subscribe", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -5,5 +5,9 @@ # Social Subscribe | ||
In it's current state it can help to subscribe users facebook pages. It will give you an event emitter which emits events like "post", "comment" etc. with the | ||
update as soon as there is any activity on pages. | ||
In it's current state it can help to subscribe users facebook pages. It will give you an event emitter which emits | ||
events like "success" and "error". On case of successful subscription "success" event will be emitted. In case of any | ||
error like access token expiry "error" will be emitted with error object containing details of error. | ||
With the [helper functions](#helpers) you can attach handlers to handle facebook notification requests sent to the `callbackURL` | ||
you configure. | ||
## Installation | ||
@@ -78,2 +82,3 @@ You can install this package from npm via following command | ||
### Helpers | ||
Along with subscriptions we are providing helper functions. | ||
@@ -145,5 +150,5 @@ | ||
- [ ] Add documentation for Installation | ||
- [ ] Add documentation for How to use | ||
- [X] Add documentation for How to use | ||
- [ ] Add documentation for How it works | ||
- [X] Create NPM package | ||
- [ ] Add code coverage |
33954
152