I want to upload the image on the facebook but there is a problem. I am facing the following error.
Fatal error: Uncaught CurlException: 26:
I found the exact problem here
The solution is give and he said to change the path as
# The URL for the Image to Transfer
$imageURL = 'http://server.com/the_image.jpg';
I did not understand what is meant by http://server.com
either facebook.com or localhost??