I need to post message on a certain FB page as a owner by cron, using php and ZF 1.1.X. For this small issue, I don’t want to create a full OAuth stack. Is it possible to communicate with FB API (it’s desirable, PHP SDK for FB) without it, such as twitter with his precreated access tokens (Access token, Access token secret)?
Share
Yes, you need to build an app and then authorize the page via the app while requesting the manage_page permission.
You should make yourself familiar with the Server Side Auth process as well.