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 ?