From: Seth Woodworth Date: Sat, 28 Jan 2012 18:24:51 +0000 (-0500) Subject: a X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d58f7e67ff6e853b27ec36218194a7982d164806;p=oweals%2Ffinalsclub.git a --- 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')