I am attempting to setup an FB app that posts to a single specific page whenever someone in our CMS puts up a specific post. I am not looking to enable facebook unified login etc with out CMS. We have a fishing application and we simply want to post on a specific page whenever someone checks in a fish in our CMS app which is written in PHP.
The problem I have is I need our CMS to be able to push the content to the Facebook page without user intervention, login, etc. So far everything works fine, except for the expiry of the 60 day access tokens.
I am guessing there is no way going forward to have an 'eternal' token. SO what is the set of things I need to code up to enable our php CMS to perpetually post content on our Facebook page?
Only our Facebook account with the single page needs access to the app.
Sorry if this has been answered elsewhere, but I have been googling high and low for an answer.
