facebook-node-sdk
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -1030,3 +1030,4 @@ var https = require('https'); | ||
state: true, | ||
signed_request: true | ||
signed_request: true, | ||
base_domain: true | ||
}; | ||
@@ -1033,0 +1034,0 @@ |
{ | ||
"name": "facebook-node-sdk", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Node.js SDK for the Facebook API", | ||
@@ -5,0 +5,0 @@ "tags": ["facebook"], |
@@ -207,2 +207,18 @@ var path = require('path'); | ||
secret: config.secret, | ||
request: { | ||
connection: { | ||
}, | ||
headers: { | ||
host: 'www.test.com' | ||
}, | ||
url: '/unit-tests.php?state=hoge&base_domain=test.com' | ||
} | ||
}); | ||
currentUrl = facebook.getCurrentUrl(); | ||
assert.equal('http://www.test.com/unit-tests.php', currentUrl); | ||
facebook = new TransientFacebook({ | ||
appId: config.appId, | ||
secret: config.secret, | ||
currentUrl: 'http://example.com/', | ||
@@ -209,0 +225,0 @@ request: { |
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
88636
2576