codenam25 Posted August 31, 2015 Share Posted August 31, 2015 Hi, I run a community page in facebook for my website. I made an facebook app an post all my updates of the website to my facebook page via the app. Now i want to tag some people (may be not my friends or my page members) in the post (photo) published in my page via my app. I tried and im sucessfull in tagging myself to the photo post by this: "message" => $title, 'source' => '@'.$pic, // ATTENTION give the PATH not URL 'tags' => array(array( 'tag_uid' => '1000xxxxxxxxx', 'x' => '1', 'y' => '0', )), But the problem is when i add the id of other users (may be not my friends or my page members) the photo post bears nothing, no tags at all, it only tags me. I serached google many times couldn't find the solution. Please help me wiith this. Quote Link to comment https://forums.phpfreaks.com/topic/297993-help-with-tagging-photo-via-facebook-sdk-php-20/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.