Hello,
I'm having problems with the facebook login plugin. The problem is that after the configuration of the plugin, I tried to login through facebook, it shows the page of the permission on facebook, then I accept the permissions to be able to login in the website, then it supposedly it has to redirect to the website with the login of the new account created.
But my problem is that after accept the permissions on facebook, it doesn't redirect to the website with the account logged. It keeps trying to charge the website and finally ends in an error of redirection.
I arrived to the conclusion that the problem must be with the hosting provider, maybe due the cURL ssl. my hosting is hostinger, I checked the info in the panel administrator in my account, and it shows that the curl support and ssl is enabled.
In the website hosting F.A.Q, they say this:
http://www.hostinger.ph/knowledge-base/589.htmlMy question is, if the problem is with the cURL ssl and my hosting provider tells that I should insert this line:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
What is the file I should modify to make this works?
Thanks in advance