Links

Facebook Groups

Options for posting via the API to a Facebook Group

Facebook Groups API Endpoint

Overview

Facebook Groups requires the Facebook Ayrshare App to be enabled for the Group. Please see here for instructions:
Other capabilities of Facebook Groups is the same as Facebook Pages.
JSON for a basic post with a link and image to a Facebook Group:
{
"post": "The best group ever #best https://www.facebook.com",
"mediaUrls": ["https://img.ayrshare.com/012/gb.jpg"],
"platforms": ["fbg"]
}
Facebook will automatically preview the link in the post unless there is an image or video included. In the above example the image will show. Removing the image will cause the link preview to show.

Additional Facebook Group Functionality

Faceboook Groups supports the same set of rich capabilities as Facebook Pages. Please see the Facebook Page options for details of the functionality.