parse-facebook-user-session
parse-facebook-user-session copied to clipboard
A Cloud Code module to facilitate logging into an express website with Facebook.
Here's my app.js: ---------------------------| app.js |------------------------------------------ // These two lines are required to initialize Express in Cloud Code. express = require('express'); app = express(); var parseExpressHttpsRedirect = require('parse-express-https-redirect'); var parseExpressCookieSession...
I'm trying out this middleware but I'm always getting error code 101 - invalid session originating from line: https://github.com/ParsePlatform/parse-facebook-user-session/blob/master/parse-facebook-user-session.js#L136 The rest of the verbose output looks fine ``` I2015-06-07T21:23:34.402Z]Redirecting for...