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'm using Graph API to get statistics from my pages , I created an application and I got my permissions (read_insights , manage_pages ...) , but only some metrics work fine like page_fans_country and most of them (page_fans / post_impressions / page_impressions / page_fans_gender_age ...) don't work and return : [data] => Array () . I tried 3 different pages , the first have 20.000 likes , the second 3.000 and the third 30 likes , and I can't get any information from them except for page_fans_country . But when I try those previous queries in Graph Api Explorer with its token , it works fine , when I use my token it doesn't work , and i'm sure i have the read_insights permission

Please , Help me .

share|improve this question

2 Answers

For most page insights, you need a page access token.

A normal user access token, even one from a page admin, won't return any data.

share|improve this answer

I have the manage_pages permission and read_insights permission , and when I use my access token , I can get "me/accounts" but most of insights metrics doesn't work !

share|improve this answer
Please i really need help – Med Nizar Gharbi Feb 11 at 20:00
Please i have been waiting for too long time i still has no solution . – Med Nizar Gharbi Feb 19 at 17:47

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.