Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
503 views
in Plugins by
I added the facebook login plugin but its not working on 1.5.2.

I added the crt file too. also my curl is enabled.
Q2A version: 1.5.2

1 Answer

0 votes
by

i use 1.5.3, the problem persists.

in source code ,i find :

 

foreach ($_COOKIE as $key => $value)
if (substr($key, 0, 5)=='fbsr_')
$testfacebook=true;
 
where does the $_COOKIE come from?
maybe the source code is uncomplete. 
...