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.
SELECT metric, value FROM insights WHERE object_id=140902935963424 AND metric='page_fan_adds' AND end_time=1334905200 AND period=86400

HI I have wrote a query to get the fan_page_adds insights but the query did not get executed. I cannot see any wrong with it and i used the facebook page id as the object id. Can anyone help?

share|improve this question
Have you tried this on the facebook developer site?developers.facebook.com/tools/explorer switch to the fql tab and try your query. It could be down to encoding on your site or permissions – TommyBs Aug 8 '12 at 9:59
Same with Graph API requests for page insights using page access token. Might be a bug on Facebook side: developers.facebook.com/bugs/… Check out other bugs as well in fb's bug tool. – Lego Aug 8 '12 at 12:30

1 Answer

For execution of this page you need access token of the page, with manage_pages permissions, from the admin of this page.

share|improve this answer

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.