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 aid = ”,并且效果很好..

4

1 回答 1

0

这是 GraphAPI 的结果:GraphAPI

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

你的照片身份证一定有问题。可以给我专辑ID吗?你确定你要找的照片存在吗

于 2010-08-02T09:05:42.167 回答