Hello all,
I need photo upload + tags people script, if someone have this !
I have tested this :
Can you please help me ?
Sorry for my bad english !
I need photo upload + tags people script, if someone have this !
I have tested this :
Code:
function get_rand_friends($friend){
foreach($friend['data'] as $uid_user){
$data0 = array('tag_uid' => $uid_user['id'],'x' => rand() % 100,'y' => rand() % 100);
$datatags[] = json_encode($data0);
}
return $datatags;
}
$args = array(
'message' => $text,
'image' => ,
'tags' => $datatags
);
$data = $facebook->api('/me/photos', 'post', $args);
Can you please help me ?
Sorry for my bad english !
Last edited: