I've spent the several hours reading posts here, and following links (many of them dead) to developer.facebook.com.
How can I display my most recent FB post on my external website? I can do this by manually updating access token every couple of hours. Or I could ask my website visitors to log into facebook when they visit my website. Obviously neither is a desirable solution.
The best I've been able to find is Facebook's offline-access-removal instructions https://developers.facebook.com/roadmap/offline-access-removal/#extend_token. In order to proceed, it seems I need an App ID. I'm making quite a few assumptions that this is the right approach. Can anyone explicitly confirm that this effort will eventually work? Or do I need to look elsewhere?