在 facebook 上使用 FQL 查询 photo_tag 时遇到问题吗?
我有一个应用程序想要显示有关在照片中标记的朋友的统计信息。结果似乎很奇怪。
例如,我有一个朋友 A。A 是 B 的朋友,但 B 不是我的朋友。 B 有一张照片并将 A 标记到他的照片上。当我的 facebook 应用程序运行时,我看不到 A 上应用了多少标记照片。是否因为 B 不是我的朋友,所以我看不到 A 被标记。即使A在B的照片上标记了自己,我仍然看不到A的photo_tag。
如果A拥有的照片被A或B标记,我可以查询用户A的photo_tag。
I have an application which wanting to show the statistics about a friend who got tagged in a photo. The outcome seems odd.
e.g. I have a friend A. A is a friend of B but B isn't my friend. B has a photo and tag A to his photo. When my facebook application runs, I cannot see how many tagged photo applied on A. Is it because B is not my friend so I can't see A got tagged. Even when A tagged himself on B's photo, I still can't see the photo_tag of A.
I can query the photo_tag of user A if the photo owned by A either tagged by A or B.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请尝试添加扩展权限friends_tag_phtos,看看是否可以检索好友A被B标记的照片
Please try ading extended permission friends_tag_phtos and see whether that retrieves friend A's tagged photos by B