0.0.1 • Published 12 years ago

facebook-session-connection v0.0.1

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

Facebook Cookie (FBSR) parser for Express/Connect

Quick and dirty implemenentation (maintained and poor yet) for parsing and setting the Facebook Session Cookie (FBSR) on the on going request.

Sample Usage

var facebook = require('facebook-session-express');

var FACEBOOK_APP_ID = '{your_app_id}',
	FACEBOOK_SECRET = '{your_app_secret}';


app.get("/", facebook(FACEBOOK_APP_ID, FACEBOOK_SECRET), function(req, res){
	var user = req.facebook.session; /* this is how you access your session */
});

Requirements

Proudly built using node.js using npm.

Meta

Written by @johnnyhalife for Tactivos under do the whatever you want license