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.

Hi I would like upload image with my app (fb php API), but I get this error: Fatal error: Uncaught OAuthException: A user access token is required to request this resource. thrown in

My code is:

$user = $facebook->getUser();
$facebook->setFileUploadSupport(true); 
$photo_details = array('message' => 'message');
$file="pie/$j"; 
$photo_details['image'] = '@' . realpath($file);
$upload_photo = $facebook->api("/$user/photos", 'post', $photo_details);

Please fix my code that I would like run ok. Where I do error...

share|improve this question
Ok and your question is... – simchona Apr 9 '12 at 19:41
SO OK :) Please fix my code that I would like run ok. Where I do error... – Veronika Blahoslavová Apr 10 '12 at 16:06

closed as not a real question by casperOne Apr 11 '12 at 20:07

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.