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 am using facebook insights for showing fan page analysis in my application. Since the last upgrade by facebook on 1st week of Oct 2011, i am facing issues with 'page_fans_gender_age' data values served by the Insights API. I am using graph API for this. We fetch the insights JSON on daily basis, but most of the times it do not provide values of 'page_fans_gender_age' parameter. The behavior is random, sometimes it served the required data and sometime it do not.

Anybody facing the same problem?

share|improve this question
has there been any resolution on this? – Eric Cope Feb 6 '12 at 7:15

1 Answer

Yes, I'm facing a very similar problem.

Right now, I'm just simply trying to get some JSON returned from facebook, using JavaScript / AJAX and the GET method.

Are you using the Graph API? If so, how do you attach your extended permissions token to the call to facebook's read_insights?

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.