Open Graph beta:如何在操作中标记朋友?
我已成功使用 Graph API 发布活动。如何在操作中标记好友?
我可以看到您可以在操作仪表板中添加标签,但除此之外,它没有指定如何标记朋友。
I've managed to publish an activity using the Graph API. How can you tag friends in a action?
I can see you can add tags in the action dashboard, but other than that it's not specified how to tag friends.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个简化的示例 https://developers.facebook.com/docs/beta /opengraph/actions/#tagging
示例调用将是一个
POST
,它将在操作中标记用户,并在某个位置标记它们
There's a simplified example at https://developers.facebook.com/docs/beta/opengraph/actions/#tagging
A sample call would be a
POST
toThat would tag the users in the action, and also tag them at a place