Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.2k views
in Q2A Core by

I installed open-login social login plugin for my site. When I try with google account it works fine. But when I try with fvebook I get the following error: 

 

Fatal error: Uncaught exception 'Exception' with message 'Facebook needs the CURL PHP extension.' in C:\wamp\www\question2answer\qa-plugin\open-login\facebook.php on line 19

 

even though I have uncommented curl extension in php.ini

 

Please Help!

2 Answers

0 votes
by

This is definitely caused by the fact that cURL extension is not enabled in your PHP installation. Double-check the installation instructions for CURL on the PHP site. Also make sure you restart your web-server after making any change in php.ini. Other than this, there's not much any could do to help you with this.

0 votes
by

If you have this error "An error occurred. Please try again later." it means you have wrongly configured your website URL somewhere on facebook.
Your Canvas URL has to be in the same domain as You entered in Site URL

To know more about Facebook Plugins, please go through these links.

https://developers.facebook.com/docs/reference/api/errors/

http://www.kreataglobal.com/blog/social-media-marketing/facebook-adds-cover-feed-to-android-app/

...