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 need to develop standalone web site which will show all public posts for certain FB page.

Workflow:
1. User launches web site
2. App shows all FB pages related to this user (this user is the owner of these pages)
3. User selects FB page
4. App gets access token to get all posts of selected page
5. App retrieves all posts and shows them

Question: how to get access token for certain page ?

share|improve this question
1  
You shouldn't need a page access token to get all posts related to a page if you already have an access token from a page admin. However, here are the instructions to get a page access token: developers.facebook.com/docs/howtos/login/login-as-page – cpilko Feb 10 at 17:18

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.