如何查明用户是否拥有 flickr pro 帐户?
我想知道如何判断用户是否拥有专业帐户?这是因为我对用户的上传文件大小限制感兴趣,该限制根据用户是否拥有专业帐户而有所不同。
我查看了 flickr 的官方 API 页面,但一无所获。 http://www.flickr.com/services/api/
有谁知道如何检索此信息?
I am trying to find out how I can tell if a user has a pro account? This is because I am interested in the upload file size limits for a user which differ based on whether the user has a pro account or not.
I looked on the official API pages of flickr but found nothing.
http://www.flickr.com/services/api/
Does anyone know how to retrieve this information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从您引用的文档中,对于 flickr.people.getInfo ,调用返回,例如:
在“API 方法”/“人员”下的右侧结束。
From the documentation you quoted, for flickr.people.getInfo, the call returns, e.g.:
Was over at the right under 'API Methods'/'People'.