Comparing version 0.2.9 to 0.2.10
@@ -48,3 +48,2 @@ var util = require('util') | ||
return function(req, res){ | ||
console.log(_this._verifyTokens, req.query['hub.verify_token']); | ||
if( _this.isVerifyToken( req.query['hub.verify_token'])){ | ||
@@ -51,0 +50,0 @@ res.send( req.query['hub.challenge']); |
@@ -36,3 +36,3 @@ var stream = require('stream') | ||
this.pubsub = opts.pubsub || new PubSubConnection( this.appSecret, this); | ||
this.pubsub = opts.pubsub || new PubSubConnection( this.clientSecret, this); | ||
this.uuid = uuid.v1(); | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "socializr", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Read data streams from several social networks.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48734
1731