Hi, anybody please point me to the facebook login php script. I have a script but it is giving me a error (curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set). Is there any fix for this issue or do we have better script? I am using this script: http://geekalicio.us/?p=273
You should check your php.ini (configuration) file and check to see if safe_mode or open_basedir is enabled - that could stop you from running a few functions in PHP.