Hi, Starting to v19.0, the Facebook Groups API is deprecated and this deprecation includes all Permissions (publish_to_groups, groups_access_member_info). As a result, I can't connect my Facebook account with OAuth using these scopes.
From what I understand, getting, and posting on groups will be done with a page access token. I tried to fetch page groups 'GET /v19.0/{page-id}/groups', but the result data is empty even when I attached a group to a page.
Does anyone know a solution on how to get user groups? Thank you!

audience_gender_age.. audience_country.. etc have been deprecated in v18 so I'm trying to use follower_demographics.. but the breakdown feature seems to not work unless I'm building it incorrectly. If i do it individually ie.
breakdown=country or breakdown=city
it works but once i try to add multiple like this:
=country,city,gender```

it doesnt work, it also doesnt work if i add another metric like:

`
metric=follower_demographics,online_followers
`
I'm trying to get this working but i keep seeing errors..
https://developers.facebook.com/docs/instagram-api/reference/ig-user/insights/#breakdown
insights?metric=follower_demographics,online_followers&period= lifetime&metric_type=total_value&breakdown=country,city,age,gender

When using Graph API V19, we see that we can no longer use a User Access Token to post into a group, however using a Page Access Token worked.
My question is this - after the April 22nd date talked about in the changelog (https://developers.facebook.com/docs/graph-api/changelog/version19.0#graph-api), and the removal of Facebook Group Apps, will a business page still be able to post into a Group if the page is an administrator? Will there be a replacement to continue to allow business pages to access groups?