Tags friends photo
问题 I use this codes , but I get an error Fatal error: Uncaught OAuthException: (#121) Invalid photo id thrown in /home/a283357/public_html/app/base_facebook.php on line 1106 MY codes are for tags $data = array(array('tag_uid' => $friends, 'x' => rand() % 100, 'y' => rand() % 100 )); $data = json_encode($data); //, 'tags' => $data, $photo_details = array( 'message'=> 'message ', 'tags' => $data, 'image' => '@' . realpath($file) ); $upload_photo = $facebook->api('/'.$album_uid.'/photos', 'post',