Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Hello they turn it back as of today I guess we should not rely on the graph as they can remove it whenever they like. As they have issues and people are speculating that they are inflating there numbers – Aaron Ace Booker Sep 6 '12 at 2:21

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.