I'm building a cron job script on my website to automatically post a "product of the day" from my server to my facebook page.
Unfortunately, there are some problems. It appears that I have to manually get a new page access_token and stay logged into my facebook account in order for the post to work.
Is there some way to automatically post to my facebook page once per day without having to manually get a new page access_token every day, or without having to be logged into facebook? How do I do this?
Thanks