Reputation: 1
I'm trying to get access to the page_fans_city edge from the Facebook Graph API.
I am using the following query: https://graph.facebook.com/v2.5/StrandTowerHotel/insights/page_fans_city/lifetime
For some reason though it keeps returning no data when I am using the Graph API explorer.
note: I am an admin/owner of the page
Whats interesting though is that if I just query https://graph.facebook.com/v2.5/StrandTowerHotel/insights/ then I get all the other metrics results returned but "page_fans_city" is not in the results.
I have read through and tried the following solutions already posted on stack overflow but they don't seem to solve the issue.
Many thanks in advance for any help you can give me
Upvotes: 0
Views: 425
Reputation: 1
After much searching and bug fixing it ended up being the facebook api was just having issues. now working perfectly :(
Upvotes: 0