$tags[] = array('tag_uid'=>$id, 'x'=>$x,'y'=>$y);
$facebook->setFileUploadSupport(true);
$arguments = array(
'message' => $some_caption,
'tags' => $tags,
'source' => '@' .realpath( $image),
);
This is what my image uploading to facebook. But it takes longer time? Is there any other optimized method?