latrox Chevereto Member Jul 13, 2014 #1 Facebook Login dosent work in Private Mode. I use only FB Login and normal Login. In Normal (Puplic) Mode it works fine. When i click on the Facebook symbol in Private Mode nothing happens.
Facebook Login dosent work in Private Mode. I use only FB Login and normal Login. In Normal (Puplic) Mode it works fine. When i click on the Facebook symbol in Private Mode nothing happens.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jul 13, 2014 #2 Thanks for notice this, I will patch it in 3.3.2 In the meanwhile you can fix it by changing this: PHP: $allowed_requests = ['login', 'image', 'album', 'page', 'account']; To this: PHP: $allowed_requests = ['login', 'image', 'album', 'page', 'account', 'connect']; in app/loader.php
Thanks for notice this, I will patch it in 3.3.2 In the meanwhile you can fix it by changing this: PHP: $allowed_requests = ['login', 'image', 'album', 'page', 'account']; To this: PHP: $allowed_requests = ['login', 'image', 'album', 'page', 'account', 'connect']; in app/loader.php
latrox Chevereto Member Jul 13, 2014 #3 Works Fine 🙂 Thank you. Is Facebook Registration in Private Mode disabled?
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jul 13, 2014 #4 latrox said: Works Fine 🙂 Thank you. Is Facebook Registration in Private Mode disabled? Click to expand... Only if you disable signups in admin dashboard.
latrox said: Works Fine 🙂 Thank you. Is Facebook Registration in Private Mode disabled? Click to expand... Only if you disable signups in admin dashboard.