Facebook Auto Post to Page Programatically via Cron -


i've created facebook app purpose post facebook page via cron. based on code provided here: http://www.devhour.net/automatically-post-page-using-php-facebook-sdk/

when execute php script via browser, receive following error message:

(#200) user hasn't authorized application perform action

any ideas? app posts page i'm admin. still have reviewed , approved facebook?

the error means did not authorize correct permissions. debug access token , see if publish_pages available: https://developers.facebook.com/tools/debug/

you not need go through review process if using app. permissions work without review app admins/developers/testers.

btw, article 2013, should use facebook docs reference instead: https://developers.facebook.com/docs/graph-api/reference/v2.3/page/feed


Comments