Fork me on GitHub

12/16/2009

[FQL] Photo

Ref: http://wiki.developers.facebook.com/index.php/Photo_%28FQL%29

  • pid
    • 照片的唯一 id。
  • aid
    • 該張照片屬於哪一本相簿,該相簿的唯一 id。
  • owner
    • 此照片的擁有者
  • src_small
  • src_small_height
  • src_small_width
  • src_big
  • src_big_height
  • src
  • src_height
  • src_width
  • link
    • 該照片的網頁位址。
  • caption
    • 該照片之描述。
  • created
  • modified
    • 該照片最近一次被修改的時間 (不包括 comment)
  • object_id
    • 如果利用某張照片的留言特性來篩選照片的話,會需要 object_id 這個欄位當作 WHERE 後方的條件欄位,但此欄位並非 indexable,因此要在前方塞入 pid 這個 indexable 的欄位。

No comments:

Post a Comment