PDA

View Full Version : problem with facebook connect in vb4.2.2


nvnam
08-11-2014, 01:47 PM
Hello everyone
I have Enabled facebook connect into vb4.2.2, after I add facebook connect I seen connect button in front-end but when I click on connect button, nothing is happen, are there way for this problem, please help me.

Lynne
08-11-2014, 03:06 PM
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If that doesn't fix it, then can I please get screen caps of your Settings page on the facebook developer apps site (Basic Settings and Advanced Settings) so I can see what you have entered there. And, can we get a screencap of your AdminCP > Settings > Options > Site Name/URL/etc page also.

nvnam
08-12-2014, 12:35 PM
I have added
define('DISABLE_HOOKS', true);
but can't fix this problem
Please check for me, thanks a lot.

nvnam
08-12-2014, 12:39 PM
Forum URL

ForceHSS
08-12-2014, 03:05 PM
Post the site URL not a picture of it

nvnam
08-12-2014, 03:20 PM
my site:
dautiengclub.com/forum

ForceHSS
08-12-2014, 03:24 PM
settings in dev app need looked at

Lynne
08-12-2014, 04:55 PM
When I look at your page using firebug, I see this error regarding Facebook trying to 'ping' you:

Platform auth flow is not allowed: The application has disabled this authentication flow.

Do you have mod_security or suhosin enabled on your server? Or some other type of security that would block Facebook from trying to contact your server?