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 having trouble figuring out how to get Facebook insights into from my business page into a dashboard of a small web app I build.

I have tried the facebook docs and searched for tutorials. What I do find I cant seem to get working.

Could anyone help with some code that I could past into my page to get me started.

Something like the breakdown of female and male visitors for last month.

https://graph.facebook.com/100001972416707/insights/page_impressions_by_city_unique/week/?access_token=QWERTYUI&since=1315699200&until=1320796800

I have tried the above link for my page but I get the error

{ "error": { "message": "Invalid OAuth access token.", "type": "OAuthException" } }

Not sure where to get the access_token, I got one from https://developers.facebook.com/docs/reference/api/insights/ but it did not work also.

I would be grateful if someone can put me on the right path, thanks.

share|improve this question

1 Answer

up vote 1 down vote accepted

You have to request the access_token via the OAuth process: http://developers.facebook.com/docs/authentication/

share|improve this answer
thanks for that, a good starting point, this was what I was missing – Keith Power Jan 12 '12 at 16:09

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.