Getting this error when I try to login using facebook id
Uncaught exception 'Exception' with message 'Facebook needs the CURL PHP extension.'
How can I solve this?
Getting this error when I try to login using facebook id
Uncaught exception 'Exception' with message 'Facebook needs the CURL PHP extension.'
How can I solve this?
You don't have CURL installed or it is deactivated on your server. do phpinfo(); to see the if is installed.