Facebook Groups API is depcrecated in v19.0, how to get user groups?
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!