Using Facebook SDK, I'm trying to make an Android app and give it the ability to post in Facebook groups. Is that possible?
Can I use Facebook API to post on groups?
Asked Answered
Facebook Graph API can be used to post on groups –
Amaze
You can use this API to achieve that. They said /{group-id}/feed
used to
Posts owned by a Group, including status updates and links. POST request to Publish, GET to read. Be careful about Permissions.
The publish_to_groups
permission has been deprecated so it can not be done anymore.
https://developers.facebook.com/docs/graph-api/reference/v21.0/group/feed
© 2022 - 2024 — McMap. All rights reserved.