简体   繁体   中英

Tagging friends in Facebook videos for an iPhone app

I am developing an iPhone application that allows the uploading of videos to Facebook. I would like to allow the user to tag his/her friends in the video uploaded. How can I achieve this programmatically? I have gone through the Facebook API documentation. There are APIs to add tags to photos, upload videos. But, the API for tagging friends for videos is not mentioned anywhere.

In the message portion of the API call, you can add the @user to the message to tag specific users. I'd pop a dialog of the users and allow them to "tag" users, then you can populate the end of the message with @John Doe, @Jane Smith etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM