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 want to get access to my fanpage to show insights of the page on another website as a dashboard on a TV in our company.

  1. How can I get a Access Token? I´ve already tried it in developer-facebook section. But I only get the Access Token for my personal profile.
  2. ...Do the Access Token expire?

Thanks

share|improve this question

1 Answer

up vote 0 down vote accepted

Facebook documentation already has a step-by-step tutorial for this.

Mainly, you need:

  1. manage_pages permission
  2. extend your user access token
  3. get a page access token with the above user token (the generated page token will not expire)
  4. You also need the read_insights permission for your specific case
share|improve this answer
answer edited and cancelled – user1735856 Jan 19 at 13:29
I have tried this: get access token with: developers.facebook.com/tools/explorer?method=GET&path=me/… Then i request a token with extended permissions (all checkboxes incl. offline...) Is there any simple example including javascript sdk login to call the api with fql? – user1735856 Jan 19 at 13:39
Using fql in the Javascript sdk is straight forward, here's an example. – ifaour Jan 19 at 14:33

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.