Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I haven't find anything related. Might be i would have searched wrongly. I want to tag friends in video.

How do i do that using graph api in facebook?

share|improve this question
Have you Googled tag friends in video with graph api? I see some promising results, check them out – Pekka 웃 Jan 22 at 15:09
ok. it seems we cant tag friends in video with graph api. Thanks for the keywords. – Mahesh Jan 22 at 15:12

1 Answer

Read this https://developers.facebook.com/docs/reference/api/post/

The post supports adding message tags.

Under the message_tags column

object containing fields whose names are the indexes to where objects are mentioned in the message field; each field in turn is an array containing an object with id, name, offset, and length fields, where length is the length, within the message field, of the object mentioned

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.