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.

Hi um having a trouble of retrieving data for my page. These are the URL's um using to fetch data.

https://graph.facebook.com/140902935963424/insights/page_storytellers_by_country/days_28&access_token=[access_token]

and

https://graph.facebook.com/140902935963424/insights/page_storytellers_by_age_gender/days_28&access_token=[access_token]

Um getting an empty result.

 "data": [
  {
     "id": "140902935963424/insights/page_storytellers_by_age_gender/days_28",
     "name": "page_storytellers_by_age_gender",
     "period": "days_28",
     "values": [
        {
           "value": [

           ],
           "end_time": "2012-08-25T07:00:00+0000"
        },
        {
           "value": [

           ],
           "end_time": "2012-08-26T07:00:00+0000"
        },
        {
           "value": [

           ],
           "end_time": "2012-08-27T07:00:00+0000"
        }
     ],
     "title": "28 Days Demographics: People Talking About This",
     "description": "28 Days The number of People Talking About the Page by user age and gender (Unique Users)"
  }

],

but um getting impressions for other urls like

    https://graph.facebook.com/140902935963424/insights/page_impressions_by_city_unique/days_28&access_token=[access_token]

and um getting all the results. I want to know what has gone wrong. I found this like saying something about this. https://developers.facebook.com/bugs/433795983308964/ He s talking about a threshhold limit which has undefined. Can any one help. Thank you.

share|improve this question
It's likely that there are no records to report for the queried metrics. – Deepak Lakshmanan Aug 31 '12 at 21:17
for all insights use graph.facebook.com/140902935963424/… – Rakesh Sharma Nov 3 '12 at 3:48

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.