what path is actually in source?:
$photo = $facebook->api("/me/photos", "POST", array(
source => "@" . "YOUR_IMAGE_PATH",
message => "YOUR_MESSAGE"
));
Image path from the server (should I upload image first to my server?) or $_FILES['photo']['tmp_name']?
I just get CurlExceptionfailed creating formpost data
Where can I get image path? Thanks
Facebook::setFileUploadSupportfirst? – CBroe Nov 30 '12 at 18:45