Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook API v3 - publish_to_groups Not Working

I'm trying to update my app to use the new group permissions, specifically publish_to_groups. The oauth process works fine but when I go to post I'm getting...

"(#200) Requires either publish_actions permission, or manage_pages and publish_pages as an admin with sufficient administrative permission"

I'm testing through Graph Explorer so it's not anything specific to my code. The error mentions publish_actions but that has been deprecated for v3 and isn't available to add when I get my token. Looking at the publishing docs https://developers.facebook.com/docs/graph-api/reference/v3.0/group/feed#publish that is still showing publish_actions as well.

Has anyone come across this yet?

like image 607
Jason Avatar asked Oct 17 '22 18:10

Jason


1 Answers

As of April 2018, the Group Edge has been deprecated. https://developers.facebook.com/docs/graph-api/reference/group/

like image 119
Julius Johnson Avatar answered Oct 21 '22 07:10

Julius Johnson