I'm building a simple website for a sports club, who have an 'open' facebook group.
Because it's a group, I need an access token to get the feed.
Excuse my ignorance as I'm new to working with FB but the obvious problem here is that the tokens expire
What is the simplest solution here?
I just want to display the group feed on my webpage, preferably using Javascript and/or PHP, without having to write a ton of code.