Home > Software engineering >  Facebook API. I can't post to my groups. (#200) Insufficient permission to post to group
Facebook API. I can't post to my groups. (#200) Insufficient permission to post to group

Time:06-23

Facebook API. I can't post to my groups(posts to page works perfect). It happens when Facebook had some updates with permissions(some was deprecated) I have error

'(#200) Insufficient permission to post to group' If I try to post to groups I use Facebook SDK for PHP with new permissions. permissions:

        'email',           
        'pages_read_user_content',
        'pages_read_engagement',
        'pages_manage_posts',
        'publish_video',
        'publish_to_groups',
        'groups_access_member_info'

I updated my business integration on Facebook page enter image description here

But still doesn't work. Thanks

CodePudding user response:

I'm not sure this is the best solution but it works

It was a solution similar to enter image description here enter image description here

  • Related