How can I retrieve the number of fans my Facebook page had on a given day? I am trying to find a way to display a plot of date vs number of fans, but I can t find a way to get the number of fans by date.
I have tried this:
select active_users from metrics where end_time = 1263812045 and period = 2592000
in the Facebook developers tools page for my Page ( http://developers.facebook.com/tools.php ), but it retrieves an empty set.