From 46c5a3415ec8a9b5c8115d2ef8e899c5726d2ef5 Mon Sep 17 00:00:00 2001 From: Mark Dodwell Date: Thu, 23 Feb 2012 21:26:30 -0800 Subject: [PATCH] oauth option is now true by default or FB JS SDK --- example/config.ru | 1 - 1 file changed, 1 deletion(-) diff --git a/example/config.ru b/example/config.ru index 957b5e4..2c0bff5 100644 --- a/example/config.ru +++ b/example/config.ru @@ -37,7 +37,6 @@ class App < Sinatra::Base appId : '#{ENV['APP_ID']}', status : true, // check login status cookie : true, // enable cookies to allow the server to access the session - oauth : true, // enable OAuth 2.0 xfbml : true // parse XFBML }); };