I'm looking how fix the error. this error seems quite common,on googling I found lots of topics as it this here,but with no reply.
I tried the following code: permissions:
$post['req_perms'] = 'user_photos,friends_photos,publish_stream';
and:
$photo_id = '246593408718864';
$to_user_id = 'my friend id';
$args = array('x' => 50,
'y' => 50,
);
$facebook->api("/{$photo_id}/tags?to={$to_user_id}", 'POST', $args);
and getting the following error message:
PHP Fatal error: Uncaught OAuthException: (#121) Invalid photo id
thrown in E:\etc\src\base_facebook.php on line 1033
How I do this? I hope get help, any help is appreciated. Thanks very much