From: jordan Date: Fri, 9 Dec 2011 15:49:35 +0000 (+0000) Subject: set the oauth parameter to true (defaults to false) to enable oauth authentication X-Git-Tag: live~107 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/9a07d715b9bc321ff7aa957c9768f7dff07d6c02?hp=ad7569ba83d33a796b896e6dfc9641edcaf272c3 set the oauth parameter to true (defaults to false) to enable oauth authentication git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1210 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum_modules/facebookauth/templates/button.html b/forum_modules/facebookauth/templates/button.html index a634d1d..403ef71 100644 --- a/forum_modules/facebookauth/templates/button.html +++ b/forum_modules/facebookauth/templates/button.html @@ -7,7 +7,7 @@ var FB_API_KEY = "{{ provider.API_KEY }}"; FB.init({ appId:FB_API_KEY, cookie:true, - status:true, xfbml:true + status:true, xfbml:true, oauth:true }); FB.getLoginStatus(function(response) { if (response.session) {