PHP + Facebook: how to upload photo on the wall?
问题 The usual way as I post messages to my page wall is like: $args = array( 'access_token' => $page_access_token, 'message' => $title, 'link' => $link, 'name' => 'This is title', 'description' => 'This is a testing of the posting on page', //'picture' => 'http://www.example.com/directory/images/30.jpg' ); $post_id = $facebook->api("/$pageId/feed","post",$args); But how can I post an images to my wall - the alternative to: click to UPLOAD button, pick out an image -> and upload, image is on to