I'm currently working on a website for an alcohol brand, and they want to display posts form their Facebook wall on their own website. Naturally they have restricted their Facebook page to 18+, but this means that the wall feed is not publically available, and also not accessible via
http://graph.facebook.com/(page_id)/feed
Is it possible to set up a single, permanent access key to retrieve the feed via the API?
The external website has it's own mechanism for age verification, so we would only be showing the fetched feed to age-verified users.
Thanks!