We have what we believe should not be an uncommon scenario but cannot find any guidance.
We have one account which has multiple pages one for each of our brands. We need a Windows Service which runs unatended to periodically make posts to the various pages after checking a database for prescheduled posts.
The only problem we see is authentication. Even though the Twitter API also uses oAuth, we are able to get an access code from Twitter that never expires and use it to make all of our API calls. What I need is the equivalent in Facebook API. Lacking that, I need a way to be able to do what I describe above.
Thanks in advance for your assistance.
~ DCT