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.

I have admin access to approximately 30 different Facebook Fan Pages, and all of them have insights enabled. I already can view data via the FB insights dashboard, but I am trying to build a small application where it will display insights for each of the pages. I already have written the script to connect to Facebook and I made sure that I put read_insights and manage_pages on the connect, but I can't seem to access any insight data.

I've done some extensive research on how this is done so if you are going to just google it and input a URL I've probably already read it. What I need is clear instructions on how to access the data for each fan page I have admin rights to, and how to echo that data on my webpage.

I am good at PHP and Javascript, but Facebook is new territory for me so please bare with me.

share|improve this question
The API Explorer is a great way to see what information is out there. Have you tried poking around the explorer and seeing if you get the results you seek? Something as simple as /PAGE_ID/insights might be all you need. – Lix Dec 13 '12 at 22:20

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.