pythonfacebookfacebook-graph-apifacebook-access-tokenfacebook-permissions

python facebook. posting to main page feed as admin, not to left bottom feed


I wanna ask comunity for any help with facebook page posting.

I have page managed by my account. I can post any info to page main feed in the center. When users posts to my page, their messages displays in he visitor feed in top bottom corner of the page.

Now i need to auto post news with access token linked to page owner's account from python app. I'm using long-lived access token (has no perms such as manage_pages, publish_actions, publish_pages) and it posts to my page successfully (seems because i'm admin of the page), but not to main feed, only to visitor feed.

How to solve such issue? Thanks.

Regards


Solution

  • My FB permissions still on review, but after reading the docs and googling i founded the way how to get never-expired token just for use by yourself. e.g.

    https://www.rocketmarketinginc.com/blog/get-never-expiring-facebook-page-access-token/