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 }); };