Jump to content

Help With Tagging Photo Via Facebook Sdk Php 2.0


Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...