From d58f7e67ff6e853b27ec36218194a7982d164806 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Sat, 28 Jan 2012 13:24:51 -0500 Subject: [PATCH] a --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 78c135b..b029025 100644 --- a/app.js +++ b/app.js @@ -36,8 +36,8 @@ everyauth.everymodule.logoutPath('/bye'); // configure facebook authentication everyauth.facebook - .appId('118001624986867') - .appSecret('c74910f00dea3d083a00572a445af3ae') + .appId('foobieblechreplacethisXXX') + .appSecret('foobiederpreplacethisXXX') .myHostname('http://localhost:8000') .scope( 'email') .entryPath('/fbauth') -- 2.25.1