1

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??

Community
  • 1
  • 1
Muhammad Usman
  • 10,426
  • 22
  • 72
  • 107

1 Answers1

0

$imageURL means the url of the image you want to upload.

Example you want to upload an image which is hosted at some website. The the url to the image is the $imageURL.

It will be easier to explain if you posted some codes.

I think you should have posted your doubt in the other question itself.

Subir Kumar Sao
  • 8,171
  • 3
  • 26
  • 47