mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
oauth option is now true by default or FB JS SDK
This commit is contained in:
parent
0a878f3520
commit
46c5a3415e
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ class App < Sinatra::Base
|
||||||
appId : '#{ENV['APP_ID']}',
|
appId : '#{ENV['APP_ID']}',
|
||||||
status : true, // check login status
|
status : true, // check login status
|
||||||
cookie : true, // enable cookies to allow the server to access the session
|
cookie : true, // enable cookies to allow the server to access the session
|
||||||
oauth : true, // enable OAuth 2.0
|
|
||||||
xfbml : true // parse XFBML
|
xfbml : true // parse XFBML
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue