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.

Hello I am really new on Facebook API.

I found this url ( https://graph.facebook.com/page_id_goes_here/insights/page_fans )that shows you insights of your page. When I put it a page id, I get this "An access token is required to request this resource."

How can I create that application needed to grant access with a token to my page?

share|improve this question

1 Answer

up vote -1 down vote accepted

http://developers.facebook.com/docs/

https://dev.twitter.com/docs

Get the PHP SDK

http://developers.facebook.com/docs/reference/php/

Then you can look how to do stuff like get an access token: http://developers.facebook.com/docs/reference/php/facebook-getAccessToken/

share|improve this answer
Thank you for this answer. I have changed the question to something more specific. – Kaoukkos Mar 19 '12 at 1:33
Added where you ca nfind that info out. – qitch Mar 19 '12 at 1:50

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.