0.6.1 • Published 8 years ago

hubot-facebook-insights v0.6.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-facebook-insights

A hubot script for some facebook insights

See src/facebook-insights.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-facebook-insights --save

Then add hubot-facebook-insights to your external-scripts.json:

[
  "hubot-facebook-insights"
]

Run fb help to list the avaliable methods.

Sample Interaction

user1>> fb fans "Page Name or FB ID"
hubot>> 59367 fans
user1>> fb checkins "Page Name or FB ID"
hubot>> 28631 checkins
user1>> fb talking about "Page Name or FB ID"
hubot>> 5612 talking about
user1>> fb posts "Page Name or FB ID" {limit}
hubot>> 2016-05-06T09:18:19+0000
This is a post example.
0.6.1

8 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.2

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago