A client wishes to have their last Facebook post displayed on their homepage in their own branding and I am pulling my hair out!
In theory: https://developers.facebook.com/docs/graph-api/reference/v3.1/page/feed allows an app to get the post with any access token, except the documentation and the API disagree and I need access public content permissions (applied for, but may not be approved before deadline).
The graph explorer allows me to get a page access token, but this expires after a few hours so not practical for their website.
I've reviewed the source of other plugins that do this, and we seem to be making the same request, but at no point do they seem to require application review since they are just getting public data.
Is this something new from Facebook, or am I missing a step?
Duplicate is not applicable since it still requires public content permissions.