Jump to content
sebyku

Tag Photos Facebook API

Recommended Posts

Salut, m-am chinut toat? ziua s? implementez la o aplica?ie facebook auto-t?guirea fotografiilor. Cum am încercat realizarea acestora:

//permisiuni
define('SCOP', 'publish_stream, publish_stream, photo_upload, user_photos, user_birthday, user_photo_video_tags, friends_photo_video_tags'); //permisiuni facebook

...........................................

$facebook->setFileUploadSupport(true);

$tags = array(
'tag_text' => 'ak Yip',
'to' => 100000857724948,//it's my id on facebook as a sample
'x' => 10,
'y' => 10,
);

$photo_details['tags'] = array($tags);


...........................................

$upload_photo = $facebook->api('/'.$album_uid.'/photos', 'post', $photo_details);

Pur ?i simplu nu t?guie?te, ave?i alte solu?ii?

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...