Osclass forums
Support forums => Plugins => Facebook Connect => Topic started by: Zenyth87 on January 29, 2015, 02:39:39 pm
-
Hi guys,
i see that i'm not the only one who has this error, but... Yesterday my site and Facebook Plugin Worked!
Now not more!!! I have FB 1.4.1 Plugin Installed, But at Login Time -> http://...../? code=AQA9..............
and the user can't login.
If i press "Register an Account" and later "Login with Facebook" the user is logged...
so... How to solve this login problem???
Please help me!!!
Someone can attach a Fixed Facebook Plugin for Osclass? I have 3.5.3 now...
Please again! Help :(
-
Same issue, please fix it.
Facebook Connect: 1.4.1
Osclass: 3.5.3
I've noticed an error "CSRF state token does not match one provided." in error log file, this is related with "state" variable in getCode() function of FB SDK.
-
I don't see that error at all. Same Osclass versions and plugin.
-
add the following lines to your config.php
define('OSC_DEBUG', true);
define('OSC_DEBUG_LOG', true);
-
also having a issue. Members are not able to login with facebook any longer 8)
all you see at the end is the code with _=_ and it does not want to interact with facebook to login. I know they recently advised me to update my API on my website
-
@TechGuy23
I faced similar issues, usually caused by CSRF tokens. Solution for me was:
- placed first login button into start of page (somewhere to head.php or header.php) > set style="display:none;"
- placed second (final) button where I wanted it
You can try ;)
-
i've placed hidden div in header.php but still have the same issue.
-
i fixed my issue. I reset the Client Token in the App Settings > Advanced. I also added my Server IP to the white list and made sure Client OAuth Login was set to On :)
-
when i activate the plugin , it show me this messages
may help me?
-
Something is missing from your hosting plan. Ask your hoster to enable it (or find a proper one).
-
cURL PHP extension is not installed or not enabled. Ask your hosting provider if you they can install/enable it.
Regards