Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Your “or” question is moot, because having the data in $_FILES would mean it has been uploaded via HTTP to the server already. And did you call Facebook::setFileUploadSupport first? – CBroe Nov 30 '12 at 18:45
I have set $config['fileUpload'] = true; for Facebook sdk, I just dont know wich path of image should be use. – tom52 Nov 30 '12 at 19:26
How bout – the correct one …? It’s your server, so you should know best, hm? – CBroe Nov 30 '12 at 19:28

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.