This should be easy, but after many days it is still not working. I just need to show my last facebook post on my website. I already created an app and got the access token. Then I call:
https://graph.facebook.com/{PAGE_ID}/feed?access_token={TOKEN}
And I get this message:
'To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook'
I already sent the 'Page Public Content Access' for review and it gets rejected because I 'do not need Facebook login on my site'. They are right, I don't need people to login to Facebook on my site. I am the administrator of the app, I just need my posts, but I am still not able to get them. What else can I do?
I know they have plugins to embed a single post or my timeline on my site, but I need just the text of my last post so I can format it the way I want.