FQL - 获取给定 pid 的照片记录

发布于 2024-09-12 14:09:27 字数 352 浏览 5 评论 0原文

我正在尝试做一些非常简单的事情 - 获取给定 pid 的“照片”记录。我正在使用:

SELECT pid,aid,owner,src_small,src_small_height,src_small_width,src,src_height,src_width,src_big,src_big_width,src_big_height,link,caption,created,modified,object_id FROM photo WHERE pid = '2622555765931507709'

我总是得到一个空结果,没有错误。我做错了什么?我尝试过完全相同的请求,但使用“WHERE help =”,效果很好。

I am trying to do something very simple - getting a 'photo' record for a given pid. I am using:

SELECT pid,aid,owner,src_small,src_small_height,src_small_width,src,src_height,src_width,src_big,src_big_width,src_big_height,link,caption,created,modified,object_id FROM photo WHERE pid = '2622555765931507709'

I always get an empty result with no error. What am I doing wrong? I have tried the exact same request but with a 'WHERE aid = '' and that works fine..

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

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

发布评论

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

评论(1

離殇 2024-09-19 14:09:27

这是 GraphAPI 的结果: GraphAPI

{
   "error": {
      "type": "QueryParseException",
      "message": "Some of the aliases you requested do not exist: 2622555765931507709"
   }
}

您的照片 ID 一定出了问题。可以给我专辑ID吗?您确定您要查找的照片存在吗

This is the result from the GraphAPI: GraphAPI

{
   "error": {
      "type": "QueryParseException",
      "message": "Some of the aliases you requested do not exist: 2622555765931507709"
   }
}

Something must go wrong with your photo id. Can you give me the album id? Are you sure that the photo you are looking for exists

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