Facebook application metrics is not working. They stop recording metrics since 08-27-2012. Please correct me if I'm wrong.
The data field for
- daily_active_users
- weekly_active_users
- monthly_active_users
is gone.
I have used different methods like graph.facebook.com/{APP_ID} and
SELECT metric, value FROM insights
WHERE object_id = YOUR_APP_ID AND metric = 'application_active_users' AND end_time = end_time_date('2012-09-01') AND period = period('day');
Nothing works. Will be glad if someone has alternative methods.