Search code examples
androidfacebookfacebook-group

Can I use Facebook API to post on groups?


Using Facebook SDK, I'm trying to make an Android app and give it the ability to post in Facebook groups. Is that possible?


Solution

  • 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.