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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -