facebook - cURL issue with php -
when tryin manualy fetch php page passing url, exception appearing says
javax.servlet.servletexception: java.lang.runtimeexception: php fatal error: uncaught exception 'exception' message 'facebook needs curl php extension.
but when searched php curl in insatllation directory, found there.
[ashish@hpproliant ~]$ php /usr/local/bin/php [ashish@hpproliant ~]$ curl /usr/local/bin/curl
i have modified php.ini file line related curl commented..what need do now?? thanks
maybe
sudo apt-get install php5-curl
Comments
Post a Comment