I am trying to loading a facebook feed from my webpage using:
https://graph.facebook.com/177610425663218/feed
For this I got an access token from the Graph Explorer. The problem is that the token keeps running out:
Error validating access token: Session has expired at unix time ...
I know I could create a OAuth login to get a new token but I would like to show the feed on a webpage. I don't want to OAuth all visitors of the page. How do I get an constant access token for my site feed?