FQL - 获取给定 pid 的照片记录
我正在尝试做一些非常简单的事情 - 获取给定 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 GraphAPI 的结果: GraphAPI
您的照片 ID 一定出了问题。可以给我专辑ID吗?您确定您要查找的照片存在吗
This is the result from the GraphAPI: GraphAPI
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