Facebook FQL API - 谁标记了用户?

发布于 2024-11-08 03:40:12 字数 225 浏览 5 评论 0原文

我能够很好地检索状态和照片上的标签。我知道我的用户已被标记。

对于帖子,(stream_tag) 很容易评估谁做了标记,因为根据定义,状态的作者就是标记者。

我正在使用 FQL 查询 photo_tag 表以获取 pid,然后查询照片表以获取照片信息...

但是,我试图确定谁是照片中用户的标记者。人们可以标记其他人的照片,我明白了这一切,但我想要归属......

谢谢!

I am able to retrieve tags on statuses and photos just fine. I know the fact that my user has been tagged.

For posts, (stream_tag) it's easy to assess who did the tagging since the author of the status is by definition the tagger.

I am using FQL to query photo_tag table to obtain a pid and then querying the photo table to get photo information...

However, I am trying to ascertain who is the tagger of a user in a photo. People can tag other peoples photos, and I get all that, but I would like the attribution....

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

爱的那么颓废 2024-11-15 03:40:23

我认为你不能。在 Facebook 上查看照片并不会显示每个照片标签的添加者; API 也不向您提供此信息也是有道理的。

I don't think you can. Looking at a photo on Facebook doesn't show who added each photo tag; it makes sense that the API doesn't give you this information either.

醉生梦死 2024-11-15 03:40:23

不幸的是,您无法读取标记器信息。首先,因为你甚至不能直接在 Facebook 上看到它。并且 photo_tag 表中没有此信息的列:
http://developers.facebook.com/docs/reference/fql/photo_tag/

you cannot read the tagger info, unfortunately. first, because you don´t even see it on facebook directly. and there is no column for this info in the photo_tag table:
http://developers.facebook.com/docs/reference/fql/photo_tag/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文