简体   繁体   中英

Android - FQL query to get album photo count

I am using facebook sdk to integrate facebook with my android application. I want to count the number of photos in a album. I am having my album id. I need like the following one.

SELECT count FROM album WHERE aid = '1232323_1212121';

But it returns count is not a member of the album table.

How can I get the number of photos in a album?

文档中可以看到,有问题的字段是photo_count

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM