facebook - Android - FQL query to get album photo count -
i using facebook sdk integrate facebook android application. want count number of photos in album. having album id. need following one.
select count album aid = '1232323_1212121';
but returns count not member of album table.
how can number of photos in album?
as can see the documentation, field in question photo_count
.
Comments
Post a Comment