Skip to content

Commit

Permalink
consistent styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oshribin committed Jul 3, 2017
1 parent 131cd94 commit f485bc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# facebook-insight-stream
FacebookInsightStream provide stream API, built over node-readable-stream, to read facebook insights
using the facebook Graph API V2.5.
using the facebook Graph API V2.8.
Currently facebook insights api return data per metric, this module joins all the list
to one list by the insight date.

Expand All @@ -18,10 +18,10 @@ var FacebookInsightStream = require( "facebook-insight-stream" );
var options = {
pastdays: "30",
node: "page",
token: 'Replace with your facebook access token',
token: "Replace with your facebook access token",
period: "day",
metrics: ['page_views'],
itemList: ['replace with your facebook page id'],
metrics: ["page_views"],
itemList: ["replace with your facebook page id"],
}

var pageStream = new FacebookInsightStream( options )
Expand Down

0 comments on commit f485bc7

Please sign in to comment.