From 9a07d715b9bc321ff7aa957c9768f7dff07d6c02 Mon Sep 17 00:00:00 2001 From: jordan Date: Fri, 9 Dec 2011 15:49:35 +0000 Subject: [PATCH] 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 --- forum_modules/facebookauth/templates/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.45.1