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.

Given a page access token, how can get the total number of posts day by day?

share|improve this question

1 Answer

up vote 1 down vote accepted

You can query the FQL insights table: http://developers.facebook.com/docs/reference/fql/insights/

the insight you're looking for in in the Page Content section of that link.

However, that is an insight that is being deprecate on 2/15. So be sure to get your data quick. It's being removed from Facebook. I don't know why.

share|improve this answer
Thank you. Bu as you say this is going to be deprecated soon, there is no other way of get this count? – Polmonino Jan 22 '12 at 23:18
Nope, Facebook is not commenting on a replacement. Your best bet is to file a bug at developers.facebook.com/bugs – DMCS Jan 22 '12 at 23:21
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 22:07

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.