4

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

Yaseru
  • 71
  • 1
  • 5

1 Answers1

6

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.

noman404
  • 928
  • 1
  • 8
  • 23