我正在使用此代码。它没有做任何事情。 :(
$post_url = "https://graph.facebook.com/".$photo_id."/tags/".$random_friend['id']."?access_token=".$access_token."&x=22&y=22&method=POST";
$response = file_get_contents($post_url);
我已经定义了一切..但它仍然不起作用。 我想知道如何在我的应用程序上传的图片中标记用户或他的朋友。
我正在使用所有必需的necesarry权限。 user_photos,friends_photos,publish_stream