使用 Flickr API 获取指定照片集的标签列表

发布于 2024-11-04 06:24:57 字数 166 浏览 0 评论 0原文

我是 flickr 和 flickr API 的新手,我使用照片集来组织我的照片。 在我正在开发的应用程序中,需要能够标记照片集而不是单张照片;或者至少检索给定指定照片集的标签列表。但 Flickr API 中似乎没有此类内容。那么,我是否在 API 中遗漏了某些内容,或者是否存在针对这种情况的已知解决方法?提前谢谢

I'm new to flickr and the flickr API and I use photo sets to organize my photos.
In an application I'm developping, a need to be able to tag photo sets rather than individual photos; or at least retrieving a tag list given a specified photo set. But it seems like there is nothing of that kind in the Flickr API. So, am I missing something in the API, or does a known workaround for this situation exists ? Thx in advance

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

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

发布评论

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

评论(1

清音悠歌 2024-11-11 06:24:57

据我所知,Flickr 文档中的 collections标签API,仅限照片可以被标记,而不是集合或集合。

要获得您想要的内容,您可以使用 获取给定集合中照片的标签photosets.getPhotos 通过在 extras 字符串中指定 tags 并将这些标签的并集显示为整个集合的标签。相反,使用 photos.addTags 为一组照片中的每张照片添加新标签。

As far as I can tell from the Flickr documentation for collections and tags and the API, only photos can be tagged, not sets or collections.

To get what you want, you could get tags for photos in a given set using photosets.getPhotos by specifying tags in the extras string and display the union of those as tags for the entire set. And conversely, use photos.addTags to add a new tag to each photos in a set.

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